#AB7509

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

Shades of Dark Goldenrod #AB7509

Tints of Dark Goldenrod #AB7509

Color information

#AB7509 (or 0xAB7509) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 75 and 09. RGB value is (171,117,9). Sum of RGB (Red+Green+Blue) = 171+117+9=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7509 is #548AF6. Grayscale: #797979. Windows color (decimal): -5540599 or 619947. OLE color: 619947.

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

Color convert

RGB1711179-
CMYK00.320.950.33
HSL40º90%35.29%-
HSV(B)40º94.74%67.06%-
XYZ23.2121.43.17-
YUV120.8364.89163.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 9 (3.91% from 255) = 3.03%
R=57.58%
G=39.39%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171117900.320.950.33409035.29
HexAB7590205F21285a23
Octal25316511040137415013243
Binary1010101111101011001010000010111111000011010001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7509; }

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

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

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

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

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

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

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

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