Shades of Lucky #AA9800
Tints of Lucky #AA9800
RGB
CMYK
RGB Variations
Color information
#AA9800 (or 0xAA9800) is known color: Lucky. HEX triplet: AA, 98 and 00. RGB value is (170,152,0). Sum of RGB (Red+Green+Blue) = 170+152+0=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9800 is #5567FF. Grayscale: #8C8C8C. Windows color (decimal): -5597184 or 39082. OLE color: 39082.
HSL color Cylindrical-coordinate representation of color #AA9800: hue angle of 53.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA9800 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.33 |
| HSL | 53.65º | 1% | 0.33% | - |
| HSV(B) | 53.65º | 1% | 0.67% | - |
| XYZ | 27.81 | 31 | 4.52 | - |
| YUV | 140.05 | 48.96 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 0 | 0 | 0.11 | 1 | 0.33 | 53.65 | 1 | 0.33 |
| Hex | AA | 98 | 0 | 0 | B | 64 | 21 | 36 | 64 | 21 |
| Octal | 252 | 230 | 0 | 0 | 13 | 144 | 41 | 66 | 144 | 41 |
| Binary | 10101010 | 10011000 | 0 | 0 | 1011 | 1100100 | 100001 | 110110 | 1100100 | 100001 |
Color Harmonies of #AA9800
Complementary color
Monochromatic Colors of #AA9800
Black with #AA9800
Text Example
Text Example
White with #AA9800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9800; }
p { color: rgb(170,152,0); }
H1.HeaderClassName
{
color: #AA9800;
}
.AnyTagClassName
{
color: #AA9800;
}
</style>
background-color css
<style>
a { background-color: #AA9800; }
a { background-color: rgb(170,152,0); }
div.DivClassName
{
background-color: #AA9800;
}
.BgClassName
{
background-color: #AA9800;
}
</style>
border-color css
<style>
span { border-color: #AA9800; }
span { border-color: rgb(170,152,0); }
td.TdClassName
{
border-color: #AA9800;
}
.TagClassName
{
border-color: #AA9800;
}
</style>