Shades of Dark Goldenrod #AF870F
Tints of Dark Goldenrod #AF870F
RGB
CMYK
RGB Variations
Color information
#AF870F (or 0xAF870F) is known color: Dark Goldenrod. HEX triplet: AF, 87 and 0F. RGB value is (175,135,15). Sum of RGB (Red+Green+Blue) = 175+135+15=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF870F is #5078F0. Grayscale: #858585. Windows color (decimal): -5273841 or 1017775. OLE color: 1017775.
HSL color Cylindrical-coordinate representation of color #AF870F: hue angle of 45º 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 #AF870F is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 15 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.31 |
| HSL | 45º | 0.84% | 0.37% | - |
| HSV(B) | 45º | 0.91% | 0.69% | - |
| XYZ | 26.43 | 26.48 | 4.17 | - |
| YUV | 133.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 15 | 0 | 0.23 | 0.91 | 0.31 | 45 | 0.84 | 0.37 |
| Hex | AF | 87 | F | 0 | 17 | 5B | 1F | 2D | 54 | 25 |
| Octal | 257 | 207 | 17 | 0 | 27 | 133 | 37 | 55 | 124 | 45 |
| Binary | 10101111 | 10000111 | 1111 | 0 | 10111 | 1011011 | 11111 | 101101 | 1010100 | 100101 |
Color Harmonies of #AF870F
Complementary color
Monochromatic Colors of #AF870F
Black with #AF870F
Text Example
Text Example
White with #AF870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF870F; }
p { color: rgb(175,135,15); }
H1.HeaderClassName
{
color: #AF870F;
}
.AnyTagClassName
{
color: #AF870F;
}
</style>
background-color css
<style>
a { background-color: #AF870F; }
a { background-color: rgb(175,135,15); }
div.DivClassName
{
background-color: #AF870F;
}
.BgClassName
{
background-color: #AF870F;
}
</style>
border-color css
<style>
span { border-color: #AF870F; }
span { border-color: rgb(175,135,15); }
td.TdClassName
{
border-color: #AF870F;
}
.TagClassName
{
border-color: #AF870F;
}
</style>