Shades of Dark Goldenrod #AF7212
Tints of Dark Goldenrod #AF7212
RGB
CMYK
RGB Variations
Color information
#AF7212 (or 0xAF7212) is known color: 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
| RGB | 175 | 114 | 18 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.31 |
| HSL | 36.69º | 0.81% | 0.38% | - |
| HSV(B) | 36.69º | 0.9% | 0.69% | - |
| XYZ | 23.81 | 21.19 | 3.41 | - |
| YUV | 121.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 18 | 0 | 0.35 | 0.90 | 0.31 | 36.69 | 0.81 | 0.38 |
| Hex | AF | 72 | 12 | 0 | 23 | 5A | 1F | 25 | 51 | 26 |
| Octal | 257 | 162 | 22 | 0 | 43 | 132 | 37 | 45 | 121 | 46 |
| Binary | 10101111 | 1110010 | 10010 | 0 | 100011 | 1011010 | 11111 | 100101 | 1010001 | 100110 |
Color Harmonies of #AF7212
Complementary color
Monochromatic Colors of #AF7212
Black with #AF7212
Text Example
Text Example
White with #AF7212
Text Example
Text Example
HTML Codes & Css Web 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>