#AF7009

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

Shades of Dark Goldenrod #AF7009

Tints of Dark Goldenrod #AF7009

Color information

#AF7009 (or 0xAF7009) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 70 and 09. RGB value is (175,112,9). Sum of RGB (Red+Green+Blue) = 175+112+9=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7009 is #508FF6. Grayscale: #777777. Windows color (decimal): -5279735 or 618671. OLE color: 618671.

HSL color Cylindrical-coordinate representation of color #AF7009: hue angle of 37.23º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF7009 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1751129-
CMYK00.360.950.31
HSL37.23º90.22%36.08%-
HSV(B)37.23º94.86%68.63%-
XYZ23.5220.723.02-
YUV119.0965.87167.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.12%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 9 (3.91% from 255) = 3.04%
R=59.12%
G=37.84%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175112900.360.950.3137.2390.2236.08
HexAF7090245F1F255a24
Octal25716011044137374513244
Binary101011111110000100101001001011111111111001011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7009; }

 p { color: rgb(175,112,9); }

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

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

 a { background-color: rgb(175,112,9); }

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

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

 span { border-color: rgb(175,112,9); }

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