Shades of Dark Goldenrod #AF740B
Tints of Dark Goldenrod #AF740B
RGB
CMYK
RGB Variations
Color information
#AF740B (or 0xAF740B) is known color: Dark Goldenrod. HEX triplet: AF, 74 and 0B. RGB value is (175,116,11). Sum of RGB (Red+Green+Blue) = 175+116+11=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF740B is #508BF4. Grayscale: #7A7A7A. Windows color (decimal): -5278709 or 750767. OLE color: 750767.
HSL color Cylindrical-coordinate representation of color #AF740B: hue angle of 38.41º degrees, saturation: 0.88, 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 #AF740B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.31 |
| HSL | 38.41º | 0.88% | 0.36% | - |
| HSV(B) | 38.41º | 0.94% | 0.69% | - |
| XYZ | 23.98 | 21.63 | 3.23 | - |
| YUV | 121.67 | 65.55 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 11 | 0 | 0.34 | 0.94 | 0.31 | 38.41 | 0.88 | 0.36 |
| Hex | AF | 74 | B | 0 | 22 | 5E | 1F | 26 | 58 | 24 |
| Octal | 257 | 164 | 13 | 0 | 42 | 136 | 37 | 46 | 130 | 44 |
| Binary | 10101111 | 1110100 | 1011 | 0 | 100010 | 1011110 | 11111 | 100110 | 1011000 | 100100 |
Color Harmonies of #AF740B
Complementary color
Monochromatic Colors of #AF740B
Black with #AF740B
Text Example
Text Example
White with #AF740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF740B; }
p { color: rgb(175,116,11); }
H1.HeaderClassName
{
color: #AF740B;
}
.AnyTagClassName
{
color: #AF740B;
}
</style>
background-color css
<style>
a { background-color: #AF740B; }
a { background-color: rgb(175,116,11); }
div.DivClassName
{
background-color: #AF740B;
}
.BgClassName
{
background-color: #AF740B;
}
</style>
border-color css
<style>
span { border-color: #AF740B; }
span { border-color: rgb(175,116,11); }
td.TdClassName
{
border-color: #AF740B;
}
.TagClassName
{
border-color: #AF740B;
}
</style>