Shades of Dark Goldenrod #AF7A11
Tints of Dark Goldenrod #AF7A11
RGB
CMYK
RGB Variations
Color information
#AF7A11 (or 0xAF7A11) is known color: Dark Goldenrod. HEX triplet: AF, 7A and 11. RGB value is (175,122,17). Sum of RGB (Red+Green+Blue) = 175+122+17=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7A11 is #5085EE. Grayscale: #7E7E7E. Windows color (decimal): -5277167 or 1145519. OLE color: 1145519.
HSL color Cylindrical-coordinate representation of color #AF7A11: hue angle of 39.87º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF7A11 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 17 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.31 |
| HSL | 39.87º | 0.82% | 0.38% | - |
| HSV(B) | 39.87º | 0.9% | 0.69% | - |
| XYZ | 24.74 | 23.07 | 3.68 | - |
| YUV | 125.88 | 66.56 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 17 | 0 | 0.30 | 0.90 | 0.31 | 39.87 | 0.82 | 0.38 |
| Hex | AF | 7A | 11 | 0 | 1E | 5A | 1F | 28 | 52 | 26 |
| Octal | 257 | 172 | 21 | 0 | 36 | 132 | 37 | 50 | 122 | 46 |
| Binary | 10101111 | 1111010 | 10001 | 0 | 11110 | 1011010 | 11111 | 101000 | 1010010 | 100110 |
Color Harmonies of #AF7A11
Complementary color
Monochromatic Colors of #AF7A11
Black with #AF7A11
Text Example
Text Example
White with #AF7A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A11; }
p { color: rgb(175,122,17); }
H1.HeaderClassName
{
color: #AF7A11;
}
.AnyTagClassName
{
color: #AF7A11;
}
</style>
background-color css
<style>
a { background-color: #AF7A11; }
a { background-color: rgb(175,122,17); }
div.DivClassName
{
background-color: #AF7A11;
}
.BgClassName
{
background-color: #AF7A11;
}
</style>
border-color css
<style>
span { border-color: #AF7A11; }
span { border-color: rgb(175,122,17); }
td.TdClassName
{
border-color: #AF7A11;
}
.TagClassName
{
border-color: #AF7A11;
}
</style>