Shades of Lucky #AA9323
Tints of Lucky #AA9323
RGB
CMYK
RGB Variations
Color information
#AA9323 (or 0xAA9323) is known color: Lucky. HEX triplet: AA, 93 and 23. RGB value is (170,147,35). Sum of RGB (Red+Green+Blue) = 170+147+35=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9323 is #556CDC. Grayscale: #8D8D8D. Windows color (decimal): -5598429 or 2331562. OLE color: 2331562.
HSL color Cylindrical-coordinate representation of color #AA9323: hue angle of 49.78º 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 #AA9323 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 35 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.33 |
| HSL | 49.78º | 0.66% | 0.4% | - |
| HSV(B) | 49.78º | 0.79% | 0.67% | - |
| XYZ | 27.31 | 29.53 | 5.85 | - |
| YUV | 141.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 35 | 0 | 0.14 | 0.79 | 0.33 | 49.78 | 0.66 | 0.4 |
| Hex | AA | 93 | 23 | 0 | E | 4F | 21 | 32 | 42 | 28 |
| Octal | 252 | 223 | 43 | 0 | 16 | 117 | 41 | 62 | 102 | 50 |
| Binary | 10101010 | 10010011 | 100011 | 0 | 1110 | 1001111 | 100001 | 110010 | 1000010 | 101000 |
Color Harmonies of #AA9323
Complementary color
Monochromatic Colors of #AA9323
Black with #AA9323
Text Example
Text Example
White with #AA9323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9323; }
p { color: rgb(170,147,35); }
H1.HeaderClassName
{
color: #AA9323;
}
.AnyTagClassName
{
color: #AA9323;
}
</style>
background-color css
<style>
a { background-color: #AA9323; }
a { background-color: rgb(170,147,35); }
div.DivClassName
{
background-color: #AA9323;
}
.BgClassName
{
background-color: #AA9323;
}
</style>
border-color css
<style>
span { border-color: #AA9323; }
span { border-color: rgb(170,147,35); }
td.TdClassName
{
border-color: #AA9323;
}
.TagClassName
{
border-color: #AA9323;
}
</style>