#AB7A09

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

Shades of Dark Goldenrod #AB7A09

Tints of Dark Goldenrod #AB7A09

Color information

#AB7A09 (or 0xAB7A09) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 7A and 09. RGB value is (171,122,9). Sum of RGB (Red+Green+Blue) = 171+122+9=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7A09 is #5485F6. Grayscale: #7C7C7C. Windows color (decimal): -5539319 or 621227. OLE color: 621227.

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

Color convert

RGB1711229-
CMYK00.290.950.33
HSL41.85º90%35.29%-
HSV(B)41.85º94.74%67.06%-
XYZ23.822.63.37-
YUV123.7763.23161.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.62%
GREEN value IS 122 (48.05% from 255) = 40.40%
BLUE value IS 9 (3.91% from 255) = 2.98%
R=56.62%
G=40.40%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171122900.290.950.3341.859035.29
HexAB7A901D5F212a5a23
Octal25317211035137415213243
Binary101010111111010100101110110111111000011010101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A09; }

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

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

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

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

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

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

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

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