Shades of Dark Goldenrod #AF7D13
Tints of Dark Goldenrod #AF7D13
RGB
CMYK
RGB Variations
Color information
#AF7D13 (or 0xAF7D13) is known color: Dark Goldenrod. HEX triplet: AF, 7D and 13. RGB value is (175,125,19). Sum of RGB (Red+Green+Blue) = 175+125+19=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7D13 is #5082EC. Grayscale: #808080. Windows color (decimal): -5276397 or 1277359. OLE color: 1277359.
HSL color Cylindrical-coordinate representation of color #AF7D13: hue angle of 40.77º degrees, saturation: 0.8, 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 #AF7D13 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 19 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.31 |
| HSL | 40.77º | 0.8% | 0.38% | - |
| HSV(B) | 40.77º | 0.89% | 0.69% | - |
| XYZ | 25.13 | 23.83 | 3.89 | - |
| YUV | 127.87 | 66.57 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 19 | 0 | 0.29 | 0.89 | 0.31 | 40.77 | 0.8 | 0.38 |
| Hex | AF | 7D | 13 | 0 | 1D | 59 | 1F | 29 | 50 | 26 |
| Octal | 257 | 175 | 23 | 0 | 35 | 131 | 37 | 51 | 120 | 46 |
| Binary | 10101111 | 1111101 | 10011 | 0 | 11101 | 1011001 | 11111 | 101001 | 1010000 | 100110 |
Color Harmonies of #AF7D13
Complementary color
Monochromatic Colors of #AF7D13
Black with #AF7D13
Text Example
Text Example
White with #AF7D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D13; }
p { color: rgb(175,125,19); }
H1.HeaderClassName
{
color: #AF7D13;
}
.AnyTagClassName
{
color: #AF7D13;
}
</style>
background-color css
<style>
a { background-color: #AF7D13; }
a { background-color: rgb(175,125,19); }
div.DivClassName
{
background-color: #AF7D13;
}
.BgClassName
{
background-color: #AF7D13;
}
</style>
border-color css
<style>
span { border-color: #AF7D13; }
span { border-color: rgb(175,125,19); }
td.TdClassName
{
border-color: #AF7D13;
}
.TagClassName
{
border-color: #AF7D13;
}
</style>