Shades of Dark Goldenrod #AF740D
Tints of Dark Goldenrod #AF740D
RGB
CMYK
RGB Variations
Color information
#AF740D (or 0xAF740D) is known color: Dark Goldenrod. HEX triplet: AF, 74 and 0D. RGB value is (175,116,13). Sum of RGB (Red+Green+Blue) = 175+116+13=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF740D is #508BF2. Grayscale: #7A7A7A. Windows color (decimal): -5278707 or 881839. OLE color: 881839.
HSL color Cylindrical-coordinate representation of color #AF740D: hue angle of 38.15º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF740D is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 13 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.31 |
| HSL | 38.15º | 0.86% | 0.37% | - |
| HSV(B) | 38.15º | 0.93% | 0.69% | - |
| XYZ | 24 | 21.63 | 3.29 | - |
| YUV | 121.9 | 66.55 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 13 | 0 | 0.34 | 0.93 | 0.31 | 38.15 | 0.86 | 0.37 |
| Hex | AF | 74 | D | 0 | 22 | 5D | 1F | 26 | 56 | 25 |
| Octal | 257 | 164 | 15 | 0 | 42 | 135 | 37 | 46 | 126 | 45 |
| Binary | 10101111 | 1110100 | 1101 | 0 | 100010 | 1011101 | 11111 | 100110 | 1010110 | 100101 |
Color Harmonies of #AF740D
Complementary color
Monochromatic Colors of #AF740D
Black with #AF740D
Text Example
Text Example
White with #AF740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF740D; }
p { color: rgb(175,116,13); }
H1.HeaderClassName
{
color: #AF740D;
}
.AnyTagClassName
{
color: #AF740D;
}
</style>
background-color css
<style>
a { background-color: #AF740D; }
a { background-color: rgb(175,116,13); }
div.DivClassName
{
background-color: #AF740D;
}
.BgClassName
{
background-color: #AF740D;
}
</style>
border-color css
<style>
span { border-color: #AF740D; }
span { border-color: rgb(175,116,13); }
td.TdClassName
{
border-color: #AF740D;
}
.TagClassName
{
border-color: #AF740D;
}
</style>