Shades of Dark Goldenrod #AF840C
Tints of Dark Goldenrod #AF840C
RGB
CMYK
RGB Variations
Color information
#AF840C (or 0xAF840C) is known color: Dark Goldenrod. HEX triplet: AF, 84 and 0C. RGB value is (175,132,12). Sum of RGB (Red+Green+Blue) = 175+132+12=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF840C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF840C is #507BF3. Grayscale: #838383. Windows color (decimal): -5274612 or 820399. OLE color: 820399.
HSL color Cylindrical-coordinate representation of color #AF840C: hue angle of 44.17º 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 #AF840C is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 12 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.31 |
| HSL | 44.17º | 0.87% | 0.37% | - |
| HSV(B) | 44.17º | 0.93% | 0.69% | - |
| XYZ | 26 | 25.64 | 3.93 | - |
| YUV | 131.18 | 60.75 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 12 | 0 | 0.25 | 0.93 | 0.31 | 44.17 | 0.87 | 0.37 |
| Hex | AF | 84 | C | 0 | 19 | 5D | 1F | 2C | 57 | 25 |
| Octal | 257 | 204 | 14 | 0 | 31 | 135 | 37 | 54 | 127 | 45 |
| Binary | 10101111 | 10000100 | 1100 | 0 | 11001 | 1011101 | 11111 | 101100 | 1010111 | 100101 |
Color Harmonies of #AF840C
Complementary color
Monochromatic Colors of #AF840C
Black with #AF840C
Text Example
Text Example
White with #AF840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF840C; }
p { color: rgb(175,132,12); }
H1.HeaderClassName
{
color: #AF840C;
}
.AnyTagClassName
{
color: #AF840C;
}
</style>
background-color css
<style>
a { background-color: #AF840C; }
a { background-color: rgb(175,132,12); }
div.DivClassName
{
background-color: #AF840C;
}
.BgClassName
{
background-color: #AF840C;
}
</style>
border-color css
<style>
span { border-color: #AF840C; }
span { border-color: rgb(175,132,12); }
td.TdClassName
{
border-color: #AF840C;
}
.TagClassName
{
border-color: #AF840C;
}
</style>