Shades of Lucky #AA9823
Tints of Lucky #AA9823
RGB
CMYK
RGB Variations
Color information
#AA9823 (or 0xAA9823) is known color: Lucky. HEX triplet: AA, 98 and 23. RGB value is (170,152,35). Sum of RGB (Red+Green+Blue) = 170+152+35=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9823 is #5567DC. Grayscale: #909090. Windows color (decimal): -5597149 or 2332842. OLE color: 2332842.
HSL color Cylindrical-coordinate representation of color #AA9823: hue angle of 52º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA9823 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 35 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.33 |
| HSL | 52º | 0.66% | 0.4% | - |
| HSV(B) | 52º | 0.79% | 0.67% | - |
| XYZ | 28.11 | 31.12 | 6.12 | - |
| YUV | 144.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 35 | 0 | 0.11 | 0.79 | 0.33 | 52 | 0.66 | 0.4 |
| Hex | AA | 98 | 23 | 0 | B | 4F | 21 | 34 | 42 | 28 |
| Octal | 252 | 230 | 43 | 0 | 13 | 117 | 41 | 64 | 102 | 50 |
| Binary | 10101010 | 10011000 | 100011 | 0 | 1011 | 1001111 | 100001 | 110100 | 1000010 | 101000 |
Color Harmonies of #AA9823
Complementary color
Monochromatic Colors of #AA9823
Black with #AA9823
Text Example
Text Example
White with #AA9823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9823; }
p { color: rgb(170,152,35); }
H1.HeaderClassName
{
color: #AA9823;
}
.AnyTagClassName
{
color: #AA9823;
}
</style>
background-color css
<style>
a { background-color: #AA9823; }
a { background-color: rgb(170,152,35); }
div.DivClassName
{
background-color: #AA9823;
}
.BgClassName
{
background-color: #AA9823;
}
</style>
border-color css
<style>
span { border-color: #AA9823; }
span { border-color: rgb(170,152,35); }
td.TdClassName
{
border-color: #AA9823;
}
.TagClassName
{
border-color: #AA9823;
}
</style>