Shades of Dark Goldenrod #AA800B
Tints of Dark Goldenrod #AA800B
RGB
CMYK
RGB Variations
Color information
#AA800B (or 0xAA800B) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 0B. RGB value is (170,128,11). Sum of RGB (Red+Green+Blue) = 170+128+11=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA800B is #557FF4. Grayscale: #7F7F7F. Windows color (decimal): -5603317 or 753834. OLE color: 753834.
HSL color Cylindrical-coordinate representation of color #AA800B: hue angle of 44.15º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA800B is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 11 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.33 |
| HSL | 44.15º | 0.88% | 0.35% | - |
| HSV(B) | 44.15º | 0.94% | 0.67% | - |
| XYZ | 24.36 | 24.01 | 3.67 | - |
| YUV | 127.22 | 62.41 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 11 | 0 | 0.25 | 0.94 | 0.33 | 44.15 | 0.88 | 0.35 |
| Hex | AA | 80 | B | 0 | 19 | 5E | 21 | 2C | 58 | 23 |
| Octal | 252 | 200 | 13 | 0 | 31 | 136 | 41 | 54 | 130 | 43 |
| Binary | 10101010 | 10000000 | 1011 | 0 | 11001 | 1011110 | 100001 | 101100 | 1011000 | 100011 |
Color Harmonies of #AA800B
Complementary color
Monochromatic Colors of #AA800B
Black with #AA800B
Text Example
Text Example
White with #AA800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA800B; }
p { color: rgb(170,128,11); }
H1.HeaderClassName
{
color: #AA800B;
}
.AnyTagClassName
{
color: #AA800B;
}
</style>
background-color css
<style>
a { background-color: #AA800B; }
a { background-color: rgb(170,128,11); }
div.DivClassName
{
background-color: #AA800B;
}
.BgClassName
{
background-color: #AA800B;
}
</style>
border-color css
<style>
span { border-color: #AA800B; }
span { border-color: rgb(170,128,11); }
td.TdClassName
{
border-color: #AA800B;
}
.TagClassName
{
border-color: #AA800B;
}
</style>