Shades of Dark Goldenrod #AF8514
Tints of Dark Goldenrod #AF8514
RGB
CMYK
RGB Variations
Color information
#AF8514 (or 0xAF8514) is known color: Dark Goldenrod. HEX triplet: AF, 85 and 14. RGB value is (175,133,20). Sum of RGB (Red+Green+Blue) = 175+133+20=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8514 is #507AEB. Grayscale: #858585. Windows color (decimal): -5274348 or 1344943. OLE color: 1344943.
HSL color Cylindrical-coordinate representation of color #AF8514: hue angle of 43.74º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF8514 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 20 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.31 |
| HSL | 43.74º | 0.79% | 0.38% | - |
| HSV(B) | 43.74º | 0.89% | 0.69% | - |
| XYZ | 26.19 | 25.94 | 4.29 | - |
| YUV | 132.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 20 | 0 | 0.24 | 0.89 | 0.31 | 43.74 | 0.79 | 0.38 |
| Hex | AF | 85 | 14 | 0 | 18 | 59 | 1F | 2C | 4F | 26 |
| Octal | 257 | 205 | 24 | 0 | 30 | 131 | 37 | 54 | 117 | 46 |
| Binary | 10101111 | 10000101 | 10100 | 0 | 11000 | 1011001 | 11111 | 101100 | 1001111 | 100110 |
Color Harmonies of #AF8514
Complementary color
Monochromatic Colors of #AF8514
Black with #AF8514
Text Example
Text Example
White with #AF8514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8514; }
p { color: rgb(175,133,20); }
H1.HeaderClassName
{
color: #AF8514;
}
.AnyTagClassName
{
color: #AF8514;
}
</style>
background-color css
<style>
a { background-color: #AF8514; }
a { background-color: rgb(175,133,20); }
div.DivClassName
{
background-color: #AF8514;
}
.BgClassName
{
background-color: #AF8514;
}
</style>
border-color css
<style>
span { border-color: #AF8514; }
span { border-color: rgb(175,133,20); }
td.TdClassName
{
border-color: #AF8514;
}
.TagClassName
{
border-color: #AF8514;
}
</style>