Shades of Dark Goldenrod #AF7412
Tints of Dark Goldenrod #AF7412
RGB
CMYK
RGB Variations
Color information
#AF7412 (or 0xAF7412) is known color: Dark Goldenrod. HEX triplet: AF, 74 and 12. RGB value is (175,116,18). Sum of RGB (Red+Green+Blue) = 175+116+18=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7412 is #508BED. Grayscale: #7A7A7A. Windows color (decimal): -5278702 or 1209519. OLE color: 1209519.
HSL color Cylindrical-coordinate representation of color #AF7412: hue angle of 37.45º 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 #AF7412 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 18 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.31 |
| HSL | 37.45º | 0.81% | 0.38% | - |
| HSV(B) | 37.45º | 0.9% | 0.69% | - |
| XYZ | 24.03 | 21.65 | 3.48 | - |
| YUV | 122.47 | 69.05 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 18 | 0 | 0.34 | 0.90 | 0.31 | 37.45 | 0.81 | 0.38 |
| Hex | AF | 74 | 12 | 0 | 22 | 5A | 1F | 25 | 51 | 26 |
| Octal | 257 | 164 | 22 | 0 | 42 | 132 | 37 | 45 | 121 | 46 |
| Binary | 10101111 | 1110100 | 10010 | 0 | 100010 | 1011010 | 11111 | 100101 | 1010001 | 100110 |
Color Harmonies of #AF7412
Complementary color
Monochromatic Colors of #AF7412
Black with #AF7412
Text Example
Text Example
White with #AF7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7412; }
p { color: rgb(175,116,18); }
H1.HeaderClassName
{
color: #AF7412;
}
.AnyTagClassName
{
color: #AF7412;
}
</style>
background-color css
<style>
a { background-color: #AF7412; }
a { background-color: rgb(175,116,18); }
div.DivClassName
{
background-color: #AF7412;
}
.BgClassName
{
background-color: #AF7412;
}
</style>
border-color css
<style>
span { border-color: #AF7412; }
span { border-color: rgb(175,116,18); }
td.TdClassName
{
border-color: #AF7412;
}
.TagClassName
{
border-color: #AF7412;
}
</style>