Shades of Lucky #AA9A28
Tints of Lucky #AA9A28
RGB
CMYK
RGB Variations
Color information
#AA9A28 (or 0xAA9A28) is known color: Lucky. HEX triplet: AA, 9A and 28. RGB value is (170,154,40). Sum of RGB (Red+Green+Blue) = 170+154+40=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A28 is #5565D7. Grayscale: #929292. Windows color (decimal): -5596632 or 2661034. OLE color: 2661034.
HSL color Cylindrical-coordinate representation of color #AA9A28: hue angle of 52.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA9A28 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 40 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.33 |
| HSL | 52.62º | 0.62% | 0.41% | - |
| HSV(B) | 52.62º | 0.76% | 0.67% | - |
| XYZ | 28.52 | 31.81 | 6.64 | - |
| YUV | 145.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 40 | 0 | 0.09 | 0.76 | 0.33 | 52.62 | 0.62 | 0.41 |
| Hex | AA | 9A | 28 | 0 | 9 | 4C | 21 | 35 | 3E | 29 |
| Octal | 252 | 232 | 50 | 0 | 11 | 114 | 41 | 65 | 76 | 51 |
| Binary | 10101010 | 10011010 | 101000 | 0 | 1001 | 1001100 | 100001 | 110101 | 111110 | 101001 |
Color Harmonies of #AA9A28
Complementary color
Monochromatic Colors of #AA9A28
Black with #AA9A28
Text Example
Text Example
White with #AA9A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A28; }
p { color: rgb(170,154,40); }
H1.HeaderClassName
{
color: #AA9A28;
}
.AnyTagClassName
{
color: #AA9A28;
}
</style>
background-color css
<style>
a { background-color: #AA9A28; }
a { background-color: rgb(170,154,40); }
div.DivClassName
{
background-color: #AA9A28;
}
.BgClassName
{
background-color: #AA9A28;
}
</style>
border-color css
<style>
span { border-color: #AA9A28; }
span { border-color: rgb(170,154,40); }
td.TdClassName
{
border-color: #AA9A28;
}
.TagClassName
{
border-color: #AA9A28;
}
</style>