Shades of Dark Goldenrod #AF8B0B
Tints of Dark Goldenrod #AF8B0B
RGB
CMYK
RGB Variations
Color information
#AF8B0B (or 0xAF8B0B) is known color: Dark Goldenrod. HEX triplet: AF, 8B and 0B. RGB value is (175,139,11). Sum of RGB (Red+Green+Blue) = 175+139+11=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8B0B is #5074F4. Grayscale: #878787. Windows color (decimal): -5272821 or 756655. OLE color: 756655.
HSL color Cylindrical-coordinate representation of color #AF8B0B: hue angle of 46.83º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF8B0B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 11 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.31 |
| HSL | 46.83º | 0.88% | 0.36% | - |
| HSV(B) | 46.83º | 0.94% | 0.69% | - |
| XYZ | 26.97 | 27.6 | 4.22 | - |
| YUV | 135.17 | 57.93 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 11 | 0 | 0.21 | 0.94 | 0.31 | 46.83 | 0.88 | 0.36 |
| Hex | AF | 8B | B | 0 | 15 | 5E | 1F | 2F | 58 | 24 |
| Octal | 257 | 213 | 13 | 0 | 25 | 136 | 37 | 57 | 130 | 44 |
| Binary | 10101111 | 10001011 | 1011 | 0 | 10101 | 1011110 | 11111 | 101111 | 1011000 | 100100 |
Color Harmonies of #AF8B0B
Complementary color
Monochromatic Colors of #AF8B0B
Black with #AF8B0B
Text Example
Text Example
White with #AF8B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8B0B; }
p { color: rgb(175,139,11); }
H1.HeaderClassName
{
color: #AF8B0B;
}
.AnyTagClassName
{
color: #AF8B0B;
}
</style>
background-color css
<style>
a { background-color: #AF8B0B; }
a { background-color: rgb(175,139,11); }
div.DivClassName
{
background-color: #AF8B0B;
}
.BgClassName
{
background-color: #AF8B0B;
}
</style>
border-color css
<style>
span { border-color: #AF8B0B; }
span { border-color: rgb(175,139,11); }
td.TdClassName
{
border-color: #AF8B0B;
}
.TagClassName
{
border-color: #AF8B0B;
}
</style>