#af8e0c

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

Shades of Dark Goldenrod #AF8E0C

Tints of Dark Goldenrod #AF8E0C

Color information

#AF8E0C (or 0xAF8E0C) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 8E and 0C. RGB value is (175,142,12). Sum of RGB (Red+Green+Blue) = 175+142+12=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8E0C is #5071F3. Grayscale: #898989. Windows color (decimal): -5272052 or 822959. OLE color: 822959.

HSL color Cylindrical-coordinate representation of color #AF8E0C: hue angle of 47.85º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF8E0C is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17514212-
CMYK00.190.930.31
HSL47.85º87.17%36.67%-
HSV(B)47.85º93.14%68.63%-
XYZ27.4228.494.4-
YUV137.0557.43155.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 12 (5.08% from 255) = 3.65%
R=53.19%
G=43.16%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751421200.190.930.3147.8587.1736.67
HexAF8EC0135D1F305725
Octal25721614023135376012745
Binary101011111000111011000100111011101111111100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8e0c; }

 p { color: rgb(175,142,12); }

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

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

 a { background-color: rgb(175,142,12); }

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

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

 span { border-color: rgb(175,142,12); }

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