Shades of Dark Goldenrod #AF7613
Tints of Dark Goldenrod #AF7613
RGB
CMYK
RGB Variations
Color information
#AF7613 (or 0xAF7613) is known color: Dark Goldenrod. HEX triplet: AF, 76 and 13. RGB value is (175,118,19). Sum of RGB (Red+Green+Blue) = 175+118+19=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7613 is #5089EC. Grayscale: #7C7C7C. Windows color (decimal): -5278189 or 1275567. OLE color: 1275567.
HSL color Cylindrical-coordinate representation of color #AF7613: hue angle of 38.08º 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 #AF7613 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 19 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.31 |
| HSL | 38.08º | 0.8% | 0.38% | - |
| HSV(B) | 38.08º | 0.89% | 0.69% | - |
| XYZ | 24.28 | 22.12 | 3.61 | - |
| YUV | 123.76 | 68.88 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 19 | 0 | 0.33 | 0.89 | 0.31 | 38.08 | 0.8 | 0.38 |
| Hex | AF | 76 | 13 | 0 | 21 | 59 | 1F | 26 | 50 | 26 |
| Octal | 257 | 166 | 23 | 0 | 41 | 131 | 37 | 46 | 120 | 46 |
| Binary | 10101111 | 1110110 | 10011 | 0 | 100001 | 1011001 | 11111 | 100110 | 1010000 | 100110 |
Color Harmonies of #AF7613
Complementary color
Monochromatic Colors of #AF7613
Black with #AF7613
Text Example
Text Example
White with #AF7613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7613; }
p { color: rgb(175,118,19); }
H1.HeaderClassName
{
color: #AF7613;
}
.AnyTagClassName
{
color: #AF7613;
}
</style>
background-color css
<style>
a { background-color: #AF7613; }
a { background-color: rgb(175,118,19); }
div.DivClassName
{
background-color: #AF7613;
}
.BgClassName
{
background-color: #AF7613;
}
</style>
border-color css
<style>
span { border-color: #AF7613; }
span { border-color: rgb(175,118,19); }
td.TdClassName
{
border-color: #AF7613;
}
.TagClassName
{
border-color: #AF7613;
}
</style>