#AF7212

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

Shades of Dark Goldenrod #AF7212

Tints of Dark Goldenrod #AF7212

Color information

#AF7212 (or 0xAF7212) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 72 and 12. RGB value is (175,114,18). Sum of RGB (Red+Green+Blue) = 175+114+18=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7212 is #508DED. Grayscale: #797979. Windows color (decimal): -5279214 or 1209007. OLE color: 1209007.

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

Color convert

RGB17511418-
CMYK00.350.900.31
HSL36.69º81.35%37.84%-
HSV(B)36.69º89.71%68.63%-
XYZ23.8121.193.41-
YUV121.369.71166.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.00%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 18 (7.42% from 255) = 5.86%
R=57.00%
G=37.13%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751141800.350.900.3136.6981.3537.84
HexAF72120235A1F255126
Octal25716222043132374512146
Binary1010111111100101001001000111011010111111001011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7212; }

 p { color: rgb(175,114,18); }

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

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

 a { background-color: rgb(175,114,18); }

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

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

 span { border-color: rgb(175,114,18); }

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