#AB840A

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

Shades of Dark Goldenrod #AB840A

Tints of Dark Goldenrod #AB840A

Color information

#AB840A (or 0xAB840A) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 84 and 0A. RGB value is (171,132,10). Sum of RGB (Red+Green+Blue) = 171+132+10=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB840A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB840A is #547BF5. Grayscale: #828282. Windows color (decimal): -5536758 or 689323. OLE color: 689323.

HSL color Cylindrical-coordinate representation of color #AB840A: hue angle of 45.47º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB840A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17113210-
CMYK00.230.940.33
HSL45.47º88.95%35.49%-
HSV(B)45.47º94.15%67.06%-
XYZ25.125.183.82-
YUV129.7560.42157.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.63%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 10 (4.30% from 255) = 3.19%
R=54.63%
G=42.17%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711321000.230.940.3345.4788.9535.49
HexAB84A0175E212d5923
Octal25320412027136415513143
Binary1010101110000100101001011110111101000011011011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB840A; }

 p { color: rgb(171,132,10); }

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

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

 a { background-color: rgb(171,132,10); }

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

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

 span { border-color: rgb(171,132,10); }

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