Shades of Dark Goldenrod #AF8F12
Tints of Dark Goldenrod #AF8F12
RGB
CMYK
RGB Variations
Color information
#AF8F12 (or 0xAF8F12) is known color: Dark Goldenrod. HEX triplet: AF, 8F and 12. RGB value is (175,143,18). Sum of RGB (Red+Green+Blue) = 175+143+18=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8F12 is #5070ED. Grayscale: #8A8A8A. Windows color (decimal): -5271790 or 1216431. OLE color: 1216431.
HSL color Cylindrical-coordinate representation of color #AF8F12: hue angle of 47.77º 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 #AF8F12 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 18 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.31 |
| HSL | 47.77º | 0.81% | 0.38% | - |
| HSV(B) | 47.77º | 0.9% | 0.69% | - |
| XYZ | 27.61 | 28.8 | 4.68 | - |
| YUV | 138.32 | 60.1 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 18 | 0 | 0.18 | 0.90 | 0.31 | 47.77 | 0.81 | 0.38 |
| Hex | AF | 8F | 12 | 0 | 12 | 5A | 1F | 30 | 51 | 26 |
| Octal | 257 | 217 | 22 | 0 | 22 | 132 | 37 | 60 | 121 | 46 |
| Binary | 10101111 | 10001111 | 10010 | 0 | 10010 | 1011010 | 11111 | 110000 | 1010001 | 100110 |
Color Harmonies of #AF8F12
Complementary color
Monochromatic Colors of #AF8F12
Black with #AF8F12
Text Example
Text Example
White with #AF8F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F12; }
p { color: rgb(175,143,18); }
H1.HeaderClassName
{
color: #AF8F12;
}
.AnyTagClassName
{
color: #AF8F12;
}
</style>
background-color css
<style>
a { background-color: #AF8F12; }
a { background-color: rgb(175,143,18); }
div.DivClassName
{
background-color: #AF8F12;
}
.BgClassName
{
background-color: #AF8F12;
}
</style>
border-color css
<style>
span { border-color: #AF8F12; }
span { border-color: rgb(175,143,18); }
td.TdClassName
{
border-color: #AF8F12;
}
.TagClassName
{
border-color: #AF8F12;
}
</style>