Shades of Dark Goldenrod #AF7A17
Tints of Dark Goldenrod #AF7A17
RGB
CMYK
RGB Variations
Color information
#AF7A17 (or 0xAF7A17) is known color: Dark Goldenrod. HEX triplet: AF, 7A and 17. RGB value is (175,122,23). Sum of RGB (Red+Green+Blue) = 175+122+23=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7A17 is #5085E8. Grayscale: #7F7F7F. Windows color (decimal): -5277161 or 1538735. OLE color: 1538735.
HSL color Cylindrical-coordinate representation of color #AF7A17: hue angle of 39.08º 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 #AF7A17 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 23 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.31 |
| HSL | 39.08º | 0.77% | 0.39% | - |
| HSV(B) | 39.08º | 0.87% | 0.69% | - |
| XYZ | 24.79 | 23.09 | 3.96 | - |
| YUV | 126.56 | 69.56 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 23 | 0 | 0.30 | 0.87 | 0.31 | 39.08 | 0.77 | 0.39 |
| Hex | AF | 7A | 17 | 0 | 1E | 57 | 1F | 27 | 4D | 27 |
| Octal | 257 | 172 | 27 | 0 | 36 | 127 | 37 | 47 | 115 | 47 |
| Binary | 10101111 | 1111010 | 10111 | 0 | 11110 | 1010111 | 11111 | 100111 | 1001101 | 100111 |
Color Harmonies of #AF7A17
Complementary color
Monochromatic Colors of #AF7A17
Black with #AF7A17
Text Example
Text Example
White with #AF7A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A17; }
p { color: rgb(175,122,23); }
H1.HeaderClassName
{
color: #AF7A17;
}
.AnyTagClassName
{
color: #AF7A17;
}
</style>
background-color css
<style>
a { background-color: #AF7A17; }
a { background-color: rgb(175,122,23); }
div.DivClassName
{
background-color: #AF7A17;
}
.BgClassName
{
background-color: #AF7A17;
}
</style>
border-color css
<style>
span { border-color: #AF7A17; }
span { border-color: rgb(175,122,23); }
td.TdClassName
{
border-color: #AF7A17;
}
.TagClassName
{
border-color: #AF7A17;
}
</style>