Shades of Lucky #AA9828
Tints of Lucky #AA9828
RGB
CMYK
RGB Variations
Color information
#AA9828 (or 0xAA9828) is known color: Lucky. HEX triplet: AA, 98 and 28. RGB value is (170,152,40). Sum of RGB (Red+Green+Blue) = 170+152+40=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9828 is #5567D7. Grayscale: #919191. Windows color (decimal): -5597144 or 2660522. OLE color: 2660522.
HSL color Cylindrical-coordinate representation of color #AA9828: hue angle of 51.69º 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 #AA9828 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 40 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.33 |
| HSL | 51.69º | 0.62% | 0.41% | - |
| HSV(B) | 51.69º | 0.76% | 0.67% | - |
| XYZ | 28.19 | 31.16 | 6.54 | - |
| YUV | 144.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 40 | 0 | 0.11 | 0.76 | 0.33 | 51.69 | 0.62 | 0.41 |
| Hex | AA | 98 | 28 | 0 | B | 4C | 21 | 34 | 3E | 29 |
| Octal | 252 | 230 | 50 | 0 | 13 | 114 | 41 | 64 | 76 | 51 |
| Binary | 10101010 | 10011000 | 101000 | 0 | 1011 | 1001100 | 100001 | 110100 | 111110 | 101001 |
Color Harmonies of #AA9828
Complementary color
Monochromatic Colors of #AA9828
Black with #AA9828
Text Example
Text Example
White with #AA9828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9828; }
p { color: rgb(170,152,40); }
H1.HeaderClassName
{
color: #AA9828;
}
.AnyTagClassName
{
color: #AA9828;
}
</style>
background-color css
<style>
a { background-color: #AA9828; }
a { background-color: rgb(170,152,40); }
div.DivClassName
{
background-color: #AA9828;
}
.BgClassName
{
background-color: #AA9828;
}
</style>
border-color css
<style>
span { border-color: #AA9828; }
span { border-color: rgb(170,152,40); }
td.TdClassName
{
border-color: #AA9828;
}
.TagClassName
{
border-color: #AA9828;
}
</style>