Shades of Dark Goldenrod #AF7A16
Tints of Dark Goldenrod #AF7A16
RGB
CMYK
RGB Variations
Color information
#AF7A16 (or 0xAF7A16) is known color: Dark Goldenrod. HEX triplet: AF, 7A and 16. RGB value is (175,122,22). Sum of RGB (Red+Green+Blue) = 175+122+22=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7A16 is #5085E9. Grayscale: #7E7E7E. Windows color (decimal): -5277162 or 1473199. OLE color: 1473199.
HSL color Cylindrical-coordinate representation of color #AF7A16: hue angle of 39.22º degrees, saturation: 0.78, 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 #AF7A16 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 22 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.31 |
| HSL | 39.22º | 0.78% | 0.39% | - |
| HSV(B) | 39.22º | 0.87% | 0.69% | - |
| XYZ | 24.78 | 23.09 | 3.91 | - |
| YUV | 126.45 | 69.06 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 22 | 0 | 0.30 | 0.87 | 0.31 | 39.22 | 0.78 | 0.39 |
| Hex | AF | 7A | 16 | 0 | 1E | 57 | 1F | 27 | 4E | 27 |
| Octal | 257 | 172 | 26 | 0 | 36 | 127 | 37 | 47 | 116 | 47 |
| Binary | 10101111 | 1111010 | 10110 | 0 | 11110 | 1010111 | 11111 | 100111 | 1001110 | 100111 |
Color Harmonies of #AF7A16
Complementary color
Monochromatic Colors of #AF7A16
Black with #AF7A16
Text Example
Text Example
White with #AF7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A16; }
p { color: rgb(175,122,22); }
H1.HeaderClassName
{
color: #AF7A16;
}
.AnyTagClassName
{
color: #AF7A16;
}
</style>
background-color css
<style>
a { background-color: #AF7A16; }
a { background-color: rgb(175,122,22); }
div.DivClassName
{
background-color: #AF7A16;
}
.BgClassName
{
background-color: #AF7A16;
}
</style>
border-color css
<style>
span { border-color: #AF7A16; }
span { border-color: rgb(175,122,22); }
td.TdClassName
{
border-color: #AF7A16;
}
.TagClassName
{
border-color: #AF7A16;
}
</style>