Shades of Dark Goldenrod #AF850B
Tints of Dark Goldenrod #AF850B
RGB
CMYK
RGB Variations
Color information
#AF850B (or 0xAF850B) is known color: Dark Goldenrod. HEX triplet: AF, 85 and 0B. RGB value is (175,133,11). Sum of RGB (Red+Green+Blue) = 175+133+11=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF850B is #507AF4. Grayscale: #848484. Windows color (decimal): -5274357 or 755119. OLE color: 755119.
HSL color Cylindrical-coordinate representation of color #AF850B: hue angle of 44.63º 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 #AF850B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 11 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.31 |
| HSL | 44.63º | 0.88% | 0.36% | - |
| HSV(B) | 44.63º | 0.94% | 0.69% | - |
| XYZ | 26.13 | 25.91 | 3.94 | - |
| YUV | 131.65 | 59.91 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 11 | 0 | 0.24 | 0.94 | 0.31 | 44.63 | 0.88 | 0.36 |
| Hex | AF | 85 | B | 0 | 18 | 5E | 1F | 2D | 58 | 24 |
| Octal | 257 | 205 | 13 | 0 | 30 | 136 | 37 | 55 | 130 | 44 |
| Binary | 10101111 | 10000101 | 1011 | 0 | 11000 | 1011110 | 11111 | 101101 | 1011000 | 100100 |
Color Harmonies of #AF850B
Complementary color
Monochromatic Colors of #AF850B
Black with #AF850B
Text Example
Text Example
White with #AF850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF850B; }
p { color: rgb(175,133,11); }
H1.HeaderClassName
{
color: #AF850B;
}
.AnyTagClassName
{
color: #AF850B;
}
</style>
background-color css
<style>
a { background-color: #AF850B; }
a { background-color: rgb(175,133,11); }
div.DivClassName
{
background-color: #AF850B;
}
.BgClassName
{
background-color: #AF850B;
}
</style>
border-color css
<style>
span { border-color: #AF850B; }
span { border-color: rgb(175,133,11); }
td.TdClassName
{
border-color: #AF850B;
}
.TagClassName
{
border-color: #AF850B;
}
</style>