Shades of Dark Goldenrod #AF7713
Tints of Dark Goldenrod #AF7713
RGB
CMYK
RGB Variations
Color information
#AF7713 (or 0xAF7713) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 13. RGB value is (175,119,19). Sum of RGB (Red+Green+Blue) = 175+119+19=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7713 is #5088EC. Grayscale: #7C7C7C. Windows color (decimal): -5277933 or 1275823. OLE color: 1275823.
HSL color Cylindrical-coordinate representation of color #AF7713: hue angle of 38.46º 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 #AF7713 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 19 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.31 |
| HSL | 38.46º | 0.8% | 0.38% | - |
| HSV(B) | 38.46º | 0.89% | 0.69% | - |
| XYZ | 24.39 | 22.35 | 3.65 | - |
| YUV | 124.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 19 | 0 | 0.32 | 0.89 | 0.31 | 38.46 | 0.8 | 0.38 |
| Hex | AF | 77 | 13 | 0 | 20 | 59 | 1F | 26 | 50 | 26 |
| Octal | 257 | 167 | 23 | 0 | 40 | 131 | 37 | 46 | 120 | 46 |
| Binary | 10101111 | 1110111 | 10011 | 0 | 100000 | 1011001 | 11111 | 100110 | 1010000 | 100110 |
Color Harmonies of #AF7713
Complementary color
Monochromatic Colors of #AF7713
Black with #AF7713
Text Example
Text Example
White with #AF7713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7713; }
p { color: rgb(175,119,19); }
H1.HeaderClassName
{
color: #AF7713;
}
.AnyTagClassName
{
color: #AF7713;
}
</style>
background-color css
<style>
a { background-color: #AF7713; }
a { background-color: rgb(175,119,19); }
div.DivClassName
{
background-color: #AF7713;
}
.BgClassName
{
background-color: #AF7713;
}
</style>
border-color css
<style>
span { border-color: #AF7713; }
span { border-color: rgb(175,119,19); }
td.TdClassName
{
border-color: #AF7713;
}
.TagClassName
{
border-color: #AF7713;
}
</style>