Shades of Dark Goldenrod #AF8C18
Tints of Dark Goldenrod #AF8C18
RGB
CMYK
RGB Variations
Color information
#AF8C18 (or 0xAF8C18) is known color: Dark Goldenrod. HEX triplet: AF, 8C and 18. RGB value is (175,140,24). Sum of RGB (Red+Green+Blue) = 175+140+24=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8C18 is #5073E7. Grayscale: #898989. Windows color (decimal): -5272552 or 1608879. OLE color: 1608879.
HSL color Cylindrical-coordinate representation of color #AF8C18: hue angle of 46.09º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF8C18 is Cyan = 0, Magento = 0.2, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 24 | - |
| CMYK | 0 | 0.2 | 0.86 | 0.31 |
| HSL | 46.09º | 0.76% | 0.39% | - |
| HSV(B) | 46.09º | 0.86% | 0.69% | - |
| XYZ | 27.22 | 27.94 | 4.82 | - |
| YUV | 137.24 | 64.1 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 24 | 0 | 0.2 | 0.86 | 0.31 | 46.09 | 0.76 | 0.39 |
| Hex | AF | 8C | 18 | 0 | 14 | 56 | 1F | 2E | 4C | 27 |
| Octal | 257 | 214 | 30 | 0 | 24 | 126 | 37 | 56 | 114 | 47 |
| Binary | 10101111 | 10001100 | 11000 | 0 | 10100 | 1010110 | 11111 | 101110 | 1001100 | 100111 |
Color Harmonies of #AF8C18
Complementary color
Monochromatic Colors of #AF8C18
Black with #AF8C18
Text Example
Text Example
White with #AF8C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8C18; }
p { color: rgb(175,140,24); }
H1.HeaderClassName
{
color: #AF8C18;
}
.AnyTagClassName
{
color: #AF8C18;
}
</style>
background-color css
<style>
a { background-color: #AF8C18; }
a { background-color: rgb(175,140,24); }
div.DivClassName
{
background-color: #AF8C18;
}
.BgClassName
{
background-color: #AF8C18;
}
</style>
border-color css
<style>
span { border-color: #AF8C18; }
span { border-color: rgb(175,140,24); }
td.TdClassName
{
border-color: #AF8C18;
}
.TagClassName
{
border-color: #AF8C18;
}
</style>