Shades of Dark Goldenrod #AF7511
Tints of Dark Goldenrod #AF7511
RGB
CMYK
RGB Variations
Color information
#AF7511 (or 0xAF7511) is known color: Dark Goldenrod. HEX triplet: AF, 75 and 11. RGB value is (175,117,17). Sum of RGB (Red+Green+Blue) = 175+117+17=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7511 is #508AEE. Grayscale: #7B7B7B. Windows color (decimal): -5278447 or 1144239. OLE color: 1144239.
HSL color Cylindrical-coordinate representation of color #AF7511: hue angle of 37.97º 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 #AF7511 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 117 | 17 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.31 |
| HSL | 37.97º | 0.82% | 0.38% | - |
| HSV(B) | 37.97º | 0.9% | 0.69% | - |
| XYZ | 24.14 | 21.88 | 3.48 | - |
| YUV | 122.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 17 | 0 | 0.33 | 0.90 | 0.31 | 37.97 | 0.82 | 0.38 |
| Hex | AF | 75 | 11 | 0 | 21 | 5A | 1F | 26 | 52 | 26 |
| Octal | 257 | 165 | 21 | 0 | 41 | 132 | 37 | 46 | 122 | 46 |
| Binary | 10101111 | 1110101 | 10001 | 0 | 100001 | 1011010 | 11111 | 100110 | 1010010 | 100110 |
Color Harmonies of #AF7511
Complementary color
Monochromatic Colors of #AF7511
Black with #AF7511
Text Example
Text Example
White with #AF7511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7511; }
p { color: rgb(175,117,17); }
H1.HeaderClassName
{
color: #AF7511;
}
.AnyTagClassName
{
color: #AF7511;
}
</style>
background-color css
<style>
a { background-color: #AF7511; }
a { background-color: rgb(175,117,17); }
div.DivClassName
{
background-color: #AF7511;
}
.BgClassName
{
background-color: #AF7511;
}
</style>
border-color css
<style>
span { border-color: #AF7511; }
span { border-color: rgb(175,117,17); }
td.TdClassName
{
border-color: #AF7511;
}
.TagClassName
{
border-color: #AF7511;
}
</style>