Shades of Dark Goldenrod #AF740A
Tints of Dark Goldenrod #AF740A
RGB
CMYK
RGB Variations
Color information
#AF740A (or 0xAF740A) is known color: Dark Goldenrod. HEX triplet: AF, 74 and 0A. RGB value is (175,116,10). Sum of RGB (Red+Green+Blue) = 175+116+10=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF740A is #508BF5. Grayscale: #7A7A7A. Windows color (decimal): -5278710 or 685231. OLE color: 685231.
HSL color Cylindrical-coordinate representation of color #AF740A: hue angle of 38.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF740A is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 10 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.31 |
| HSL | 38.55º | 0.89% | 0.36% | - |
| HSV(B) | 38.55º | 0.94% | 0.69% | - |
| XYZ | 23.98 | 21.63 | 3.2 | - |
| YUV | 121.56 | 65.05 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 10 | 0 | 0.34 | 0.94 | 0.31 | 38.55 | 0.89 | 0.36 |
| Hex | AF | 74 | A | 0 | 22 | 5E | 1F | 27 | 59 | 24 |
| Octal | 257 | 164 | 12 | 0 | 42 | 136 | 37 | 47 | 131 | 44 |
| Binary | 10101111 | 1110100 | 1010 | 0 | 100010 | 1011110 | 11111 | 100111 | 1011001 | 100100 |
Color Harmonies of #AF740A
Complementary color
Monochromatic Colors of #AF740A
Black with #AF740A
Text Example
Text Example
White with #AF740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF740A; }
p { color: rgb(175,116,10); }
H1.HeaderClassName
{
color: #AF740A;
}
.AnyTagClassName
{
color: #AF740A;
}
</style>
background-color css
<style>
a { background-color: #AF740A; }
a { background-color: rgb(175,116,10); }
div.DivClassName
{
background-color: #AF740A;
}
.BgClassName
{
background-color: #AF740A;
}
</style>
border-color css
<style>
span { border-color: #AF740A; }
span { border-color: rgb(175,116,10); }
td.TdClassName
{
border-color: #AF740A;
}
.TagClassName
{
border-color: #AF740A;
}
</style>