Shades of Dark Goldenrod #AF870B
Tints of Dark Goldenrod #AF870B
RGB
CMYK
RGB Variations
Color information
#AF870B (or 0xAF870B) is known color: Dark Goldenrod. HEX triplet: AF, 87 and 0B. RGB value is (175,135,11). Sum of RGB (Red+Green+Blue) = 175+135+11=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF870B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF870B is #5078F4. Grayscale: #858585. Windows color (decimal): -5273845 or 755631. OLE color: 755631.
HSL color Cylindrical-coordinate representation of color #AF870B: hue angle of 45.37º 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 #AF870B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 11 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.31 |
| HSL | 45.37º | 0.88% | 0.36% | - |
| HSV(B) | 45.37º | 0.94% | 0.69% | - |
| XYZ | 26.4 | 26.47 | 4.03 | - |
| YUV | 132.82 | 59.25 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 11 | 0 | 0.23 | 0.94 | 0.31 | 45.37 | 0.88 | 0.36 |
| Hex | AF | 87 | B | 0 | 17 | 5E | 1F | 2D | 58 | 24 |
| Octal | 257 | 207 | 13 | 0 | 27 | 136 | 37 | 55 | 130 | 44 |
| Binary | 10101111 | 10000111 | 1011 | 0 | 10111 | 1011110 | 11111 | 101101 | 1011000 | 100100 |
Color Harmonies of #AF870B
Complementary color
Monochromatic Colors of #AF870B
Black with #AF870B
Text Example
Text Example
White with #AF870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF870B; }
p { color: rgb(175,135,11); }
H1.HeaderClassName
{
color: #AF870B;
}
.AnyTagClassName
{
color: #AF870B;
}
</style>
background-color css
<style>
a { background-color: #AF870B; }
a { background-color: rgb(175,135,11); }
div.DivClassName
{
background-color: #AF870B;
}
.BgClassName
{
background-color: #AF870B;
}
</style>
border-color css
<style>
span { border-color: #AF870B; }
span { border-color: rgb(175,135,11); }
td.TdClassName
{
border-color: #AF870B;
}
.TagClassName
{
border-color: #AF870B;
}
</style>