Shades of Dark Goldenrod #AF730B
Tints of Dark Goldenrod #AF730B
RGB
CMYK
RGB Variations
Color information
#AF730B (or 0xAF730B) is known color: Dark Goldenrod. HEX triplet: AF, 73 and 0B. RGB value is (175,115,11). Sum of RGB (Red+Green+Blue) = 175+115+11=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF730B is #508CF4. Grayscale: #797979. Windows color (decimal): -5278965 or 750511. OLE color: 750511.
HSL color Cylindrical-coordinate representation of color #AF730B: hue angle of 38.05º 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 #AF730B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.31 |
| HSL | 38.05º | 0.88% | 0.36% | - |
| HSV(B) | 38.05º | 0.94% | 0.69% | - |
| XYZ | 23.87 | 21.4 | 3.19 | - |
| YUV | 121.08 | 65.88 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 11 | 0 | 0.34 | 0.94 | 0.31 | 38.05 | 0.88 | 0.36 |
| Hex | AF | 73 | B | 0 | 22 | 5E | 1F | 26 | 58 | 24 |
| Octal | 257 | 163 | 13 | 0 | 42 | 136 | 37 | 46 | 130 | 44 |
| Binary | 10101111 | 1110011 | 1011 | 0 | 100010 | 1011110 | 11111 | 100110 | 1011000 | 100100 |
Color Harmonies of #AF730B
Complementary color
Monochromatic Colors of #AF730B
Black with #AF730B
Text Example
Text Example
White with #AF730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF730B; }
p { color: rgb(175,115,11); }
H1.HeaderClassName
{
color: #AF730B;
}
.AnyTagClassName
{
color: #AF730B;
}
</style>
background-color css
<style>
a { background-color: #AF730B; }
a { background-color: rgb(175,115,11); }
div.DivClassName
{
background-color: #AF730B;
}
.BgClassName
{
background-color: #AF730B;
}
</style>
border-color css
<style>
span { border-color: #AF730B; }
span { border-color: rgb(175,115,11); }
td.TdClassName
{
border-color: #AF730B;
}
.TagClassName
{
border-color: #AF730B;
}
</style>