Shades of Dark Goldenrod #AF8015
Tints of Dark Goldenrod #AF8015
RGB
CMYK
RGB Variations
Color information
#AF8015 (or 0xAF8015) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 15. RGB value is (175,128,21). Sum of RGB (Red+Green+Blue) = 175+128+21=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8015 is #507FEA. Grayscale: #828282. Windows color (decimal): -5275627 or 1409199. OLE color: 1409199.
HSL color Cylindrical-coordinate representation of color #AF8015: hue angle of 41.69º 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 #AF8015 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 21 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.31 |
| HSL | 41.69º | 0.79% | 0.38% | - |
| HSV(B) | 41.69º | 0.88% | 0.69% | - |
| XYZ | 25.53 | 24.61 | 4.11 | - |
| YUV | 129.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 21 | 0 | 0.27 | 0.88 | 0.31 | 41.69 | 0.79 | 0.38 |
| Hex | AF | 80 | 15 | 0 | 1B | 58 | 1F | 2A | 4F | 26 |
| Octal | 257 | 200 | 25 | 0 | 33 | 130 | 37 | 52 | 117 | 46 |
| Binary | 10101111 | 10000000 | 10101 | 0 | 11011 | 1011000 | 11111 | 101010 | 1001111 | 100110 |
Color Harmonies of #AF8015
Complementary color
Monochromatic Colors of #AF8015
Black with #AF8015
Text Example
Text Example
White with #AF8015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8015; }
p { color: rgb(175,128,21); }
H1.HeaderClassName
{
color: #AF8015;
}
.AnyTagClassName
{
color: #AF8015;
}
</style>
background-color css
<style>
a { background-color: #AF8015; }
a { background-color: rgb(175,128,21); }
div.DivClassName
{
background-color: #AF8015;
}
.BgClassName
{
background-color: #AF8015;
}
</style>
border-color css
<style>
span { border-color: #AF8015; }
span { border-color: rgb(175,128,21); }
td.TdClassName
{
border-color: #AF8015;
}
.TagClassName
{
border-color: #AF8015;
}
</style>