#ABA339

Color #ABA339 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #ABA339

Tints of Brass #ABA339

Color information

#ABA339 (or 0xABA339) is unknown color: approx Brass. HEX triplet: AB, A3 and 39. RGB value is (171,163,57). Sum of RGB (Red+Green+Blue) = 171+163+57=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA339 is #545CC6. Grayscale: #999999. Windows color (decimal): -5528775 or 3777451. OLE color: 3777451.

HSL color Cylindrical-coordinate representation of color #ABA339: hue angle of 55.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABA339 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17116357-
CMYK00.050.670.33
HSL55.79º50%44.71%-
HSV(B)55.79º66.67%67.06%-
XYZ30.6335.159.04-
YUV153.3173.65140.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 57 (22.66% from 255) = 14.58%
R=43.73%
G=41.69%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711635700.050.670.3355.795044.71
HexABA33905432138322d
Octal253243710510341706255
Binary101010111010001111100101011000011100001111000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA339; }

 p { color: rgb(171,163,57); }

 H1.HeaderClassName
 {
   color: #ABA339;
 }
 .AnyTagClassName
 {
   color: #ABA339;
 }
</style>
background-color css

<style>
 a { background-color: #ABA339; }

 a { background-color: rgb(171,163,57); }

 div.DivClassName
 {
   background-color: #ABA339;
 }
 .BgClassName
 {
   background-color: #ABA339;
 }
</style>
border-color css

<style>
 span { border-color: #ABA339; }

 span { border-color: rgb(171,163,57); }

 td.TdClassName
 {
   border-color: #ABA339;
 }
 .TagClassName
 {
   border-color: #ABA339;
 }
</style>