#AB890A

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

Shades of Dark Goldenrod #AB890A

Tints of Dark Goldenrod #AB890A

Color information

#AB890A (or 0xAB890A) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 89 and 0A. RGB value is (171,137,10). Sum of RGB (Red+Green+Blue) = 171+137+10=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB890A is #5476F5. Grayscale: #858585. Windows color (decimal): -5535478 or 690603. OLE color: 690603.

HSL color Cylindrical-coordinate representation of color #AB890A: hue angle of 47.33º 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 #AB890A is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB17113710-
CMYK00.200.940.33
HSL47.33º88.95%35.49%-
HSV(B)47.33º94.15%67.06%-
XYZ25.826.574.06-
YUV132.6958.76155.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 10 (4.30% from 255) = 3.14%
R=53.77%
G=43.08%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711371000.200.940.3347.3388.9535.49
HexAB89A0145E212f5923
Octal25321112024136415713143
Binary1010101110001001101001010010111101000011011111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB890A; }

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

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

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

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

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

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

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

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