Shades of Lucky #AA9B28
Tints of Lucky #AA9B28
RGB
CMYK
RGB Variations
Color information
#AA9B28 (or 0xAA9B28) is known color: Lucky. HEX triplet: AA, 9B and 28. RGB value is (170,155,40). Sum of RGB (Red+Green+Blue) = 170+155+40=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9B28 is #5564D7. Grayscale: #929292. Windows color (decimal): -5596376 or 2661290. OLE color: 2661290.
HSL color Cylindrical-coordinate representation of color #AA9B28: hue angle of 53.08º 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 #AA9B28 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 40 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.33 |
| HSL | 53.08º | 0.62% | 0.41% | - |
| HSV(B) | 53.08º | 0.76% | 0.67% | - |
| XYZ | 28.68 | 32.14 | 6.7 | - |
| YUV | 146.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 40 | 0 | 0.09 | 0.76 | 0.33 | 53.08 | 0.62 | 0.41 |
| Hex | AA | 9B | 28 | 0 | 9 | 4C | 21 | 35 | 3E | 29 |
| Octal | 252 | 233 | 50 | 0 | 11 | 114 | 41 | 65 | 76 | 51 |
| Binary | 10101010 | 10011011 | 101000 | 0 | 1001 | 1001100 | 100001 | 110101 | 111110 | 101001 |
Color Harmonies of #AA9B28
Complementary color
Monochromatic Colors of #AA9B28
Black with #AA9B28
Text Example
Text Example
White with #AA9B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9B28; }
p { color: rgb(170,155,40); }
H1.HeaderClassName
{
color: #AA9B28;
}
.AnyTagClassName
{
color: #AA9B28;
}
</style>
background-color css
<style>
a { background-color: #AA9B28; }
a { background-color: rgb(170,155,40); }
div.DivClassName
{
background-color: #AA9B28;
}
.BgClassName
{
background-color: #AA9B28;
}
</style>
border-color css
<style>
span { border-color: #AA9B28; }
span { border-color: rgb(170,155,40); }
td.TdClassName
{
border-color: #AA9B28;
}
.TagClassName
{
border-color: #AA9B28;
}
</style>