Shades of Dark Goldenrod #AF880F
Tints of Dark Goldenrod #AF880F
RGB
CMYK
RGB Variations
Color information
#AF880F (or 0xAF880F) is known color: Dark Goldenrod. HEX triplet: AF, 88 and 0F. RGB value is (175,136,15). Sum of RGB (Red+Green+Blue) = 175+136+15=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF880F is #5077F0. Grayscale: #868686. Windows color (decimal): -5273585 or 1018031. OLE color: 1018031.
HSL color Cylindrical-coordinate representation of color #AF880F: hue angle of 45.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF880F is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 15 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.31 |
| HSL | 45.38º | 0.84% | 0.37% | - |
| HSV(B) | 45.38º | 0.91% | 0.69% | - |
| XYZ | 26.57 | 26.76 | 4.22 | - |
| YUV | 133.87 | 60.92 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 15 | 0 | 0.22 | 0.91 | 0.31 | 45.38 | 0.84 | 0.37 |
| Hex | AF | 88 | F | 0 | 16 | 5B | 1F | 2D | 54 | 25 |
| Octal | 257 | 210 | 17 | 0 | 26 | 133 | 37 | 55 | 124 | 45 |
| Binary | 10101111 | 10001000 | 1111 | 0 | 10110 | 1011011 | 11111 | 101101 | 1010100 | 100101 |
Color Harmonies of #AF880F
Complementary color
Monochromatic Colors of #AF880F
Black with #AF880F
Text Example
Text Example
White with #AF880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF880F; }
p { color: rgb(175,136,15); }
H1.HeaderClassName
{
color: #AF880F;
}
.AnyTagClassName
{
color: #AF880F;
}
</style>
background-color css
<style>
a { background-color: #AF880F; }
a { background-color: rgb(175,136,15); }
div.DivClassName
{
background-color: #AF880F;
}
.BgClassName
{
background-color: #AF880F;
}
</style>
border-color css
<style>
span { border-color: #AF880F; }
span { border-color: rgb(175,136,15); }
td.TdClassName
{
border-color: #AF880F;
}
.TagClassName
{
border-color: #AF880F;
}
</style>