Shades of Dark Goldenrod #AF8014
Tints of Dark Goldenrod #AF8014
RGB
CMYK
RGB Variations
Color information
#AF8014 (or 0xAF8014) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 14. RGB value is (175,128,20). Sum of RGB (Red+Green+Blue) = 175+128+20=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8014 is #507FEB. Grayscale: #828282. Windows color (decimal): -5275628 or 1343663. OLE color: 1343663.
HSL color Cylindrical-coordinate representation of color #AF8014: hue angle of 41.81º 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 #AF8014 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 20 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.31 |
| HSL | 41.81º | 0.79% | 0.38% | - |
| HSV(B) | 41.81º | 0.89% | 0.69% | - |
| XYZ | 25.52 | 24.6 | 4.07 | - |
| YUV | 129.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 20 | 0 | 0.27 | 0.89 | 0.31 | 41.81 | 0.79 | 0.38 |
| Hex | AF | 80 | 14 | 0 | 1B | 59 | 1F | 2A | 4F | 26 |
| Octal | 257 | 200 | 24 | 0 | 33 | 131 | 37 | 52 | 117 | 46 |
| Binary | 10101111 | 10000000 | 10100 | 0 | 11011 | 1011001 | 11111 | 101010 | 1001111 | 100110 |
Color Harmonies of #AF8014
Complementary color
Monochromatic Colors of #AF8014
Black with #AF8014
Text Example
Text Example
White with #AF8014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8014; }
p { color: rgb(175,128,20); }
H1.HeaderClassName
{
color: #AF8014;
}
.AnyTagClassName
{
color: #AF8014;
}
</style>
background-color css
<style>
a { background-color: #AF8014; }
a { background-color: rgb(175,128,20); }
div.DivClassName
{
background-color: #AF8014;
}
.BgClassName
{
background-color: #AF8014;
}
</style>
border-color css
<style>
span { border-color: #AF8014; }
span { border-color: rgb(175,128,20); }
td.TdClassName
{
border-color: #AF8014;
}
.TagClassName
{
border-color: #AF8014;
}
</style>