Shades of Dark Goldenrod #AF880E
Tints of Dark Goldenrod #AF880E
RGB
CMYK
RGB Variations
Color information
#AF880E (or 0xAF880E) is known color: Dark Goldenrod. HEX triplet: AF, 88 and 0E. RGB value is (175,136,14). Sum of RGB (Red+Green+Blue) = 175+136+14=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF880E is #5077F1. Grayscale: #868686. Windows color (decimal): -5273586 or 952495. OLE color: 952495.
HSL color Cylindrical-coordinate representation of color #AF880E: hue angle of 45.47º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF880E is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 14 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.31 |
| HSL | 45.47º | 0.85% | 0.37% | - |
| HSV(B) | 45.47º | 0.92% | 0.69% | - |
| XYZ | 26.56 | 26.75 | 4.18 | - |
| YUV | 133.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 14 | 0 | 0.22 | 0.92 | 0.31 | 45.47 | 0.85 | 0.37 |
| Hex | AF | 88 | E | 0 | 16 | 5C | 1F | 2D | 55 | 25 |
| Octal | 257 | 210 | 16 | 0 | 26 | 134 | 37 | 55 | 125 | 45 |
| Binary | 10101111 | 10001000 | 1110 | 0 | 10110 | 1011100 | 11111 | 101101 | 1010101 | 100101 |
Color Harmonies of #AF880E
Complementary color
Monochromatic Colors of #AF880E
Black with #AF880E
Text Example
Text Example
White with #AF880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF880E; }
p { color: rgb(175,136,14); }
H1.HeaderClassName
{
color: #AF880E;
}
.AnyTagClassName
{
color: #AF880E;
}
</style>
background-color css
<style>
a { background-color: #AF880E; }
a { background-color: rgb(175,136,14); }
div.DivClassName
{
background-color: #AF880E;
}
.BgClassName
{
background-color: #AF880E;
}
</style>
border-color css
<style>
span { border-color: #AF880E; }
span { border-color: rgb(175,136,14); }
td.TdClassName
{
border-color: #AF880E;
}
.TagClassName
{
border-color: #AF880E;
}
</style>