Shades of Dark Goldenrod #AF880D
Tints of Dark Goldenrod #AF880D
RGB
CMYK
RGB Variations
Color information
#AF880D (or 0xAF880D) is known color: Dark Goldenrod. HEX triplet: AF, 88 and 0D. RGB value is (175,136,13). Sum of RGB (Red+Green+Blue) = 175+136+13=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF880D is #5077F2. Grayscale: #868686. Windows color (decimal): -5273587 or 886959. OLE color: 886959.
HSL color Cylindrical-coordinate representation of color #AF880D: hue angle of 45.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF880D is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 13 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.31 |
| HSL | 45.56º | 0.86% | 0.37% | - |
| HSV(B) | 45.56º | 0.93% | 0.69% | - |
| XYZ | 26.56 | 26.75 | 4.14 | - |
| YUV | 133.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 13 | 0 | 0.22 | 0.93 | 0.31 | 45.56 | 0.86 | 0.37 |
| Hex | AF | 88 | D | 0 | 16 | 5D | 1F | 2E | 56 | 25 |
| Octal | 257 | 210 | 15 | 0 | 26 | 135 | 37 | 56 | 126 | 45 |
| Binary | 10101111 | 10001000 | 1101 | 0 | 10110 | 1011101 | 11111 | 101110 | 1010110 | 100101 |
Color Harmonies of #AF880D
Complementary color
Monochromatic Colors of #AF880D
Black with #AF880D
Text Example
Text Example
White with #AF880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF880D; }
p { color: rgb(175,136,13); }
H1.HeaderClassName
{
color: #AF880D;
}
.AnyTagClassName
{
color: #AF880D;
}
</style>
background-color css
<style>
a { background-color: #AF880D; }
a { background-color: rgb(175,136,13); }
div.DivClassName
{
background-color: #AF880D;
}
.BgClassName
{
background-color: #AF880D;
}
</style>
border-color css
<style>
span { border-color: #AF880D; }
span { border-color: rgb(175,136,13); }
td.TdClassName
{
border-color: #AF880D;
}
.TagClassName
{
border-color: #AF880D;
}
</style>