Shades of Dark Goldenrod #AF8A18
Tints of Dark Goldenrod #AF8A18
RGB
CMYK
RGB Variations
Color information
#AF8A18 (or 0xAF8A18) is known color: Dark Goldenrod. HEX triplet: AF, 8A and 18. RGB value is (175,138,24). Sum of RGB (Red+Green+Blue) = 175+138+24=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8A18 is #5075E7. Grayscale: #888888. Windows color (decimal): -5273064 or 1608367. OLE color: 1608367.
HSL color Cylindrical-coordinate representation of color #AF8A18: hue angle of 45.3º 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 #AF8A18 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 24 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.31 |
| HSL | 45.3º | 0.76% | 0.39% | - |
| HSV(B) | 45.3º | 0.86% | 0.69% | - |
| XYZ | 26.93 | 27.36 | 4.73 | - |
| YUV | 136.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 24 | 0 | 0.21 | 0.86 | 0.31 | 45.3 | 0.76 | 0.39 |
| Hex | AF | 8A | 18 | 0 | 15 | 56 | 1F | 2D | 4C | 27 |
| Octal | 257 | 212 | 30 | 0 | 25 | 126 | 37 | 55 | 114 | 47 |
| Binary | 10101111 | 10001010 | 11000 | 0 | 10101 | 1010110 | 11111 | 101101 | 1001100 | 100111 |
Color Harmonies of #AF8A18
Complementary color
Monochromatic Colors of #AF8A18
Black with #AF8A18
Text Example
Text Example
White with #AF8A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A18; }
p { color: rgb(175,138,24); }
H1.HeaderClassName
{
color: #AF8A18;
}
.AnyTagClassName
{
color: #AF8A18;
}
</style>
background-color css
<style>
a { background-color: #AF8A18; }
a { background-color: rgb(175,138,24); }
div.DivClassName
{
background-color: #AF8A18;
}
.BgClassName
{
background-color: #AF8A18;
}
</style>
border-color css
<style>
span { border-color: #AF8A18; }
span { border-color: rgb(175,138,24); }
td.TdClassName
{
border-color: #AF8A18;
}
.TagClassName
{
border-color: #AF8A18;
}
</style>