Shades of Dark Goldenrod #AF740C
Tints of Dark Goldenrod #AF740C
RGB
CMYK
RGB Variations
Color information
#AF740C (or 0xAF740C) is known color: Dark Goldenrod. HEX triplet: AF, 74 and 0C. RGB value is (175,116,12). Sum of RGB (Red+Green+Blue) = 175+116+12=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF740C is #508BF3. Grayscale: #7A7A7A. Windows color (decimal): -5278708 or 816303. OLE color: 816303.
HSL color Cylindrical-coordinate representation of color #AF740C: hue angle of 38.28º degrees, saturation: 0.87, 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 #AF740C is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 12 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.31 |
| HSL | 38.28º | 0.87% | 0.37% | - |
| HSV(B) | 38.28º | 0.93% | 0.69% | - |
| XYZ | 23.99 | 21.63 | 3.26 | - |
| YUV | 121.79 | 66.05 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 12 | 0 | 0.34 | 0.93 | 0.31 | 38.28 | 0.87 | 0.37 |
| Hex | AF | 74 | C | 0 | 22 | 5D | 1F | 26 | 57 | 25 |
| Octal | 257 | 164 | 14 | 0 | 42 | 135 | 37 | 46 | 127 | 45 |
| Binary | 10101111 | 1110100 | 1100 | 0 | 100010 | 1011101 | 11111 | 100110 | 1010111 | 100101 |
Color Harmonies of #AF740C
Complementary color
Monochromatic Colors of #AF740C
Black with #AF740C
Text Example
Text Example
White with #AF740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF740C; }
p { color: rgb(175,116,12); }
H1.HeaderClassName
{
color: #AF740C;
}
.AnyTagClassName
{
color: #AF740C;
}
</style>
background-color css
<style>
a { background-color: #AF740C; }
a { background-color: rgb(175,116,12); }
div.DivClassName
{
background-color: #AF740C;
}
.BgClassName
{
background-color: #AF740C;
}
</style>
border-color css
<style>
span { border-color: #AF740C; }
span { border-color: rgb(175,116,12); }
td.TdClassName
{
border-color: #AF740C;
}
.TagClassName
{
border-color: #AF740C;
}
</style>