Shades of Dark Goldenrod #AF8A17
Tints of Dark Goldenrod #AF8A17
RGB
CMYK
RGB Variations
Color information
#AF8A17 (or 0xAF8A17) is known color: Dark Goldenrod. HEX triplet: AF, 8A and 17. RGB value is (175,138,23). Sum of RGB (Red+Green+Blue) = 175+138+23=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8A17 is #5075E8. Grayscale: #888888. Windows color (decimal): -5273065 or 1542831. OLE color: 1542831.
HSL color Cylindrical-coordinate representation of color #AF8A17: hue angle of 45.39º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF8A17 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 23 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.31 |
| HSL | 45.39º | 0.77% | 0.39% | - |
| HSV(B) | 45.39º | 0.87% | 0.69% | - |
| XYZ | 26.92 | 27.35 | 4.67 | - |
| YUV | 135.95 | 64.26 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 23 | 0 | 0.21 | 0.87 | 0.31 | 45.39 | 0.77 | 0.39 |
| Hex | AF | 8A | 17 | 0 | 15 | 57 | 1F | 2D | 4D | 27 |
| Octal | 257 | 212 | 27 | 0 | 25 | 127 | 37 | 55 | 115 | 47 |
| Binary | 10101111 | 10001010 | 10111 | 0 | 10101 | 1010111 | 11111 | 101101 | 1001101 | 100111 |
Color Harmonies of #AF8A17
Complementary color
Monochromatic Colors of #AF8A17
Black with #AF8A17
Text Example
Text Example
White with #AF8A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A17; }
p { color: rgb(175,138,23); }
H1.HeaderClassName
{
color: #AF8A17;
}
.AnyTagClassName
{
color: #AF8A17;
}
</style>
background-color css
<style>
a { background-color: #AF8A17; }
a { background-color: rgb(175,138,23); }
div.DivClassName
{
background-color: #AF8A17;
}
.BgClassName
{
background-color: #AF8A17;
}
</style>
border-color css
<style>
span { border-color: #AF8A17; }
span { border-color: rgb(175,138,23); }
td.TdClassName
{
border-color: #AF8A17;
}
.TagClassName
{
border-color: #AF8A17;
}
</style>