#AB7909

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

Shades of Dark Goldenrod #AB7909

Tints of Dark Goldenrod #AB7909

Color information

#AB7909 (or 0xAB7909) is unknown color: approx Dark Goldenrod. HEX triplet: AB, 79 and 09. RGB value is (171,121,9). Sum of RGB (Red+Green+Blue) = 171+121+9=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7909 is #5486F6. Grayscale: #7B7B7B. Windows color (decimal): -5539575 or 620971. OLE color: 620971.

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

Color convert

RGB1711219-
CMYK00.290.950.33
HSL41.48º90%35.29%-
HSV(B)41.48º94.74%67.06%-
XYZ23.6822.353.32-
YUV123.1863.56162.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.81%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 9 (3.91% from 255) = 2.99%
R=56.81%
G=40.20%
B=2.99%

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
Decimal171121900.290.950.3341.489035.29
HexAB79901D5F21295a23
Octal25317111035137415113243
Binary101010111111001100101110110111111000011010011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7909; }

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

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

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

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

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

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

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

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