Shades of Dark Goldenrod #AF880B
Tints of Dark Goldenrod #AF880B
RGB
CMYK
RGB Variations
Color information
#AF880B (or 0xAF880B) is known color: Dark Goldenrod. HEX triplet: AF, 88 and 0B. RGB value is (175,136,11). Sum of RGB (Red+Green+Blue) = 175+136+11=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF880B is #5077F4. Grayscale: #858585. Windows color (decimal): -5273589 or 755887. OLE color: 755887.
HSL color Cylindrical-coordinate representation of color #AF880B: hue angle of 45.73º 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 #AF880B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 11 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.31 |
| HSL | 45.73º | 0.88% | 0.36% | - |
| HSV(B) | 45.73º | 0.94% | 0.69% | - |
| XYZ | 26.54 | 26.75 | 4.08 | - |
| YUV | 133.41 | 58.92 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 11 | 0 | 0.22 | 0.94 | 0.31 | 45.73 | 0.88 | 0.36 |
| Hex | AF | 88 | B | 0 | 16 | 5E | 1F | 2E | 58 | 24 |
| Octal | 257 | 210 | 13 | 0 | 26 | 136 | 37 | 56 | 130 | 44 |
| Binary | 10101111 | 10001000 | 1011 | 0 | 10110 | 1011110 | 11111 | 101110 | 1011000 | 100100 |
Color Harmonies of #AF880B
Complementary color
Monochromatic Colors of #AF880B
Black with #AF880B
Text Example
Text Example
White with #AF880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF880B; }
p { color: rgb(175,136,11); }
H1.HeaderClassName
{
color: #AF880B;
}
.AnyTagClassName
{
color: #AF880B;
}
</style>
background-color css
<style>
a { background-color: #AF880B; }
a { background-color: rgb(175,136,11); }
div.DivClassName
{
background-color: #AF880B;
}
.BgClassName
{
background-color: #AF880B;
}
</style>
border-color css
<style>
span { border-color: #AF880B; }
span { border-color: rgb(175,136,11); }
td.TdClassName
{
border-color: #AF880B;
}
.TagClassName
{
border-color: #AF880B;
}
</style>