#AB9109

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

Shades of Dark Goldenrod #AB9109

Tints of Dark Goldenrod #AB9109

Color information

#AB9109 (or 0xAB9109) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 91 and 09. RGB value is (171,145,9). Sum of RGB (Red+Green+Blue) = 171+145+9=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9109 is #546EF6. Grayscale: #898989. Windows color (decimal): -5533431 or 627115. OLE color: 627115.

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

Color convert

RGB1711459-
CMYK00.150.950.33
HSL50.37º90%35.29%-
HSV(B)50.37º94.74%67.06%-
XYZ26.9728.934.42-
YUV137.2755.61152.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 9 (3.91% from 255) = 2.77%
R=52.62%
G=44.62%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171145900.150.950.3350.379035.29
HexAB9190F5F21325a23
Octal25322111017137416213243
Binary101010111001000110010111110111111000011100101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9109; }

 p { color: rgb(171,145,9); }

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

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

 a { background-color: rgb(171,145,9); }

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

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

 span { border-color: rgb(171,145,9); }

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