Shades of Dark Goldenrod #AF860C
Tints of Dark Goldenrod #AF860C
RGB
CMYK
RGB Variations
Color information
#AF860C (or 0xAF860C) is known color: Dark Goldenrod. HEX triplet: AF, 86 and 0C. RGB value is (175,134,12). Sum of RGB (Red+Green+Blue) = 175+134+12=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF860C is #5079F3. Grayscale: #848484. Windows color (decimal): -5274100 or 820911. OLE color: 820911.
HSL color Cylindrical-coordinate representation of color #AF860C: hue angle of 44.91º degrees, saturation: 0.87, 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 #AF860C is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 12 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.31 |
| HSL | 44.91º | 0.87% | 0.37% | - |
| HSV(B) | 44.91º | 0.93% | 0.69% | - |
| XYZ | 26.27 | 26.19 | 4.02 | - |
| YUV | 132.35 | 60.08 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 12 | 0 | 0.23 | 0.93 | 0.31 | 44.91 | 0.87 | 0.37 |
| Hex | AF | 86 | C | 0 | 17 | 5D | 1F | 2D | 57 | 25 |
| Octal | 257 | 206 | 14 | 0 | 27 | 135 | 37 | 55 | 127 | 45 |
| Binary | 10101111 | 10000110 | 1100 | 0 | 10111 | 1011101 | 11111 | 101101 | 1010111 | 100101 |
Color Harmonies of #AF860C
Complementary color
Monochromatic Colors of #AF860C
Black with #AF860C
Text Example
Text Example
White with #AF860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF860C; }
p { color: rgb(175,134,12); }
H1.HeaderClassName
{
color: #AF860C;
}
.AnyTagClassName
{
color: #AF860C;
}
</style>
background-color css
<style>
a { background-color: #AF860C; }
a { background-color: rgb(175,134,12); }
div.DivClassName
{
background-color: #AF860C;
}
.BgClassName
{
background-color: #AF860C;
}
</style>
border-color css
<style>
span { border-color: #AF860C; }
span { border-color: rgb(175,134,12); }
td.TdClassName
{
border-color: #AF860C;
}
.TagClassName
{
border-color: #AF860C;
}
</style>