Shades of Dark Goldenrod #AF8412
Tints of Dark Goldenrod #AF8412
RGB
CMYK
RGB Variations
Color information
#AF8412 (or 0xAF8412) is known color: Dark Goldenrod. HEX triplet: AF, 84 and 12. RGB value is (175,132,18). Sum of RGB (Red+Green+Blue) = 175+132+18=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8412 is #507BED. Grayscale: #848484. Windows color (decimal): -5274606 or 1213615. OLE color: 1213615.
HSL color Cylindrical-coordinate representation of color #AF8412: hue angle of 43.57º 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 #AF8412 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 18 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.31 |
| HSL | 43.57º | 0.81% | 0.38% | - |
| HSV(B) | 43.57º | 0.9% | 0.69% | - |
| XYZ | 26.04 | 25.66 | 4.15 | - |
| YUV | 131.86 | 63.75 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 18 | 0 | 0.25 | 0.90 | 0.31 | 43.57 | 0.81 | 0.38 |
| Hex | AF | 84 | 12 | 0 | 19 | 5A | 1F | 2C | 51 | 26 |
| Octal | 257 | 204 | 22 | 0 | 31 | 132 | 37 | 54 | 121 | 46 |
| Binary | 10101111 | 10000100 | 10010 | 0 | 11001 | 1011010 | 11111 | 101100 | 1010001 | 100110 |
Color Harmonies of #AF8412
Complementary color
Monochromatic Colors of #AF8412
Black with #AF8412
Text Example
Text Example
White with #AF8412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8412; }
p { color: rgb(175,132,18); }
H1.HeaderClassName
{
color: #AF8412;
}
.AnyTagClassName
{
color: #AF8412;
}
</style>
background-color css
<style>
a { background-color: #AF8412; }
a { background-color: rgb(175,132,18); }
div.DivClassName
{
background-color: #AF8412;
}
.BgClassName
{
background-color: #AF8412;
}
</style>
border-color css
<style>
span { border-color: #AF8412; }
span { border-color: rgb(175,132,18); }
td.TdClassName
{
border-color: #AF8412;
}
.TagClassName
{
border-color: #AF8412;
}
</style>