Shades of Dark Goldenrod #AF800B
Tints of Dark Goldenrod #AF800B
RGB
CMYK
RGB Variations
Color information
#AF800B (or 0xAF800B) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 0B. RGB value is (175,128,11). Sum of RGB (Red+Green+Blue) = 175+128+11=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF800B is #507FF4. Grayscale: #818181. Windows color (decimal): -5275637 or 753839. OLE color: 753839.
HSL color Cylindrical-coordinate representation of color #AF800B: hue angle of 42.8º 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 #AF800B is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 11 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.31 |
| HSL | 42.8º | 0.88% | 0.36% | - |
| HSV(B) | 42.8º | 0.94% | 0.69% | - |
| XYZ | 25.46 | 24.58 | 3.72 | - |
| YUV | 128.72 | 61.57 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 11 | 0 | 0.27 | 0.94 | 0.31 | 42.8 | 0.88 | 0.36 |
| Hex | AF | 80 | B | 0 | 1B | 5E | 1F | 2B | 58 | 24 |
| Octal | 257 | 200 | 13 | 0 | 33 | 136 | 37 | 53 | 130 | 44 |
| Binary | 10101111 | 10000000 | 1011 | 0 | 11011 | 1011110 | 11111 | 101011 | 1011000 | 100100 |
Color Harmonies of #AF800B
Complementary color
Monochromatic Colors of #AF800B
Black with #AF800B
Text Example
Text Example
White with #AF800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF800B; }
p { color: rgb(175,128,11); }
H1.HeaderClassName
{
color: #AF800B;
}
.AnyTagClassName
{
color: #AF800B;
}
</style>
background-color css
<style>
a { background-color: #AF800B; }
a { background-color: rgb(175,128,11); }
div.DivClassName
{
background-color: #AF800B;
}
.BgClassName
{
background-color: #AF800B;
}
</style>
border-color css
<style>
span { border-color: #AF800B; }
span { border-color: rgb(175,128,11); }
td.TdClassName
{
border-color: #AF800B;
}
.TagClassName
{
border-color: #AF800B;
}
</style>