Shades of Dark Goldenrod #AF7F16
Tints of Dark Goldenrod #AF7F16
RGB
CMYK
RGB Variations
Color information
#AF7F16 (or 0xAF7F16) is known color: Dark Goldenrod. HEX triplet: AF, 7F and 16. RGB value is (175,127,22). Sum of RGB (Red+Green+Blue) = 175+127+22=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7F16 is #5080E9. Grayscale: #818181. Windows color (decimal): -5275882 or 1474479. OLE color: 1474479.
HSL color Cylindrical-coordinate representation of color #AF7F16: hue angle of 41.18º 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 #AF7F16 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 22 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.31 |
| HSL | 41.18º | 0.78% | 0.39% | - |
| HSV(B) | 41.18º | 0.87% | 0.69% | - |
| XYZ | 25.41 | 24.35 | 4.12 | - |
| YUV | 129.38 | 67.4 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 22 | 0 | 0.27 | 0.87 | 0.31 | 41.18 | 0.78 | 0.39 |
| Hex | AF | 7F | 16 | 0 | 1B | 57 | 1F | 29 | 4E | 27 |
| Octal | 257 | 177 | 26 | 0 | 33 | 127 | 37 | 51 | 116 | 47 |
| Binary | 10101111 | 1111111 | 10110 | 0 | 11011 | 1010111 | 11111 | 101001 | 1001110 | 100111 |
Color Harmonies of #AF7F16
Complementary color
Monochromatic Colors of #AF7F16
Black with #AF7F16
Text Example
Text Example
White with #AF7F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F16; }
p { color: rgb(175,127,22); }
H1.HeaderClassName
{
color: #AF7F16;
}
.AnyTagClassName
{
color: #AF7F16;
}
</style>
background-color css
<style>
a { background-color: #AF7F16; }
a { background-color: rgb(175,127,22); }
div.DivClassName
{
background-color: #AF7F16;
}
.BgClassName
{
background-color: #AF7F16;
}
</style>
border-color css
<style>
span { border-color: #AF7F16; }
span { border-color: rgb(175,127,22); }
td.TdClassName
{
border-color: #AF7F16;
}
.TagClassName
{
border-color: #AF7F16;
}
</style>