Shades of Dark Goldenrod #AF8215
Tints of Dark Goldenrod #AF8215
RGB
CMYK
RGB Variations
Color information
#AF8215 (or 0xAF8215) is known color: Dark Goldenrod. HEX triplet: AF, 82 and 15. RGB value is (175,130,21). Sum of RGB (Red+Green+Blue) = 175+130+21=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8215 is #507DEA. Grayscale: #838383. Windows color (decimal): -5275115 or 1409711. OLE color: 1409711.
HSL color Cylindrical-coordinate representation of color #AF8215: hue angle of 42.47º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF8215 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 21 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.31 |
| HSL | 42.47º | 0.79% | 0.38% | - |
| HSV(B) | 42.47º | 0.88% | 0.69% | - |
| XYZ | 25.8 | 25.13 | 4.2 | - |
| YUV | 131.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 21 | 0 | 0.26 | 0.88 | 0.31 | 42.47 | 0.79 | 0.38 |
| Hex | AF | 82 | 15 | 0 | 1A | 58 | 1F | 2A | 4F | 26 |
| Octal | 257 | 202 | 25 | 0 | 32 | 130 | 37 | 52 | 117 | 46 |
| Binary | 10101111 | 10000010 | 10101 | 0 | 11010 | 1011000 | 11111 | 101010 | 1001111 | 100110 |
Color Harmonies of #AF8215
Complementary color
Monochromatic Colors of #AF8215
Black with #AF8215
Text Example
Text Example
White with #AF8215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8215; }
p { color: rgb(175,130,21); }
H1.HeaderClassName
{
color: #AF8215;
}
.AnyTagClassName
{
color: #AF8215;
}
</style>
background-color css
<style>
a { background-color: #AF8215; }
a { background-color: rgb(175,130,21); }
div.DivClassName
{
background-color: #AF8215;
}
.BgClassName
{
background-color: #AF8215;
}
</style>
border-color css
<style>
span { border-color: #AF8215; }
span { border-color: rgb(175,130,21); }
td.TdClassName
{
border-color: #AF8215;
}
.TagClassName
{
border-color: #AF8215;
}
</style>