Shades of Dark Goldenrod #AF870D
Tints of Dark Goldenrod #AF870D
RGB
CMYK
RGB Variations
Color information
#AF870D (or 0xAF870D) is known color: Dark Goldenrod. HEX triplet: AF, 87 and 0D. RGB value is (175,135,13). Sum of RGB (Red+Green+Blue) = 175+135+13=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF870D is #5078F2. Grayscale: #858585. Windows color (decimal): -5273843 or 886703. OLE color: 886703.
HSL color Cylindrical-coordinate representation of color #AF870D: hue angle of 45.19º 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 #AF870D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 13 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.31 |
| HSL | 45.19º | 0.86% | 0.37% | - |
| HSV(B) | 45.19º | 0.93% | 0.69% | - |
| XYZ | 26.42 | 26.47 | 4.1 | - |
| YUV | 133.05 | 60.25 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 13 | 0 | 0.23 | 0.93 | 0.31 | 45.19 | 0.86 | 0.37 |
| Hex | AF | 87 | D | 0 | 17 | 5D | 1F | 2D | 56 | 25 |
| Octal | 257 | 207 | 15 | 0 | 27 | 135 | 37 | 55 | 126 | 45 |
| Binary | 10101111 | 10000111 | 1101 | 0 | 10111 | 1011101 | 11111 | 101101 | 1010110 | 100101 |
Color Harmonies of #AF870D
Complementary color
Monochromatic Colors of #AF870D
Black with #AF870D
Text Example
Text Example
White with #AF870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF870D; }
p { color: rgb(175,135,13); }
H1.HeaderClassName
{
color: #AF870D;
}
.AnyTagClassName
{
color: #AF870D;
}
</style>
background-color css
<style>
a { background-color: #AF870D; }
a { background-color: rgb(175,135,13); }
div.DivClassName
{
background-color: #AF870D;
}
.BgClassName
{
background-color: #AF870D;
}
</style>
border-color css
<style>
span { border-color: #AF870D; }
span { border-color: rgb(175,135,13); }
td.TdClassName
{
border-color: #AF870D;
}
.TagClassName
{
border-color: #AF870D;
}
</style>