Shades of Lucky #AA9926
Tints of Lucky #AA9926
RGB
CMYK
RGB Variations
Color information
#AA9926 (or 0xAA9926) is known color: Lucky. HEX triplet: AA, 99 and 26. RGB value is (170,153,38). Sum of RGB (Red+Green+Blue) = 170+153+38=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9926 is #5566D9. Grayscale: #919191. Windows color (decimal): -5596890 or 2529706. OLE color: 2529706.
HSL color Cylindrical-coordinate representation of color #AA9926: hue angle of 52.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA9926 is Cyan = 0, Magento = 0.1, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 38 | - |
| CMYK | 0 | 0.1 | 0.78 | 0.33 |
| HSL | 52.27º | 0.63% | 0.41% | - |
| HSV(B) | 52.27º | 0.78% | 0.67% | - |
| XYZ | 28.32 | 31.47 | 6.42 | - |
| YUV | 144.97 | 67.63 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 38 | 0 | 0.1 | 0.78 | 0.33 | 52.27 | 0.63 | 0.41 |
| Hex | AA | 99 | 26 | 0 | A | 4E | 21 | 34 | 3F | 29 |
| Octal | 252 | 231 | 46 | 0 | 12 | 116 | 41 | 64 | 77 | 51 |
| Binary | 10101010 | 10011001 | 100110 | 0 | 1010 | 1001110 | 100001 | 110100 | 111111 | 101001 |
Color Harmonies of #AA9926
Complementary color
Monochromatic Colors of #AA9926
Black with #AA9926
Text Example
Text Example
White with #AA9926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9926; }
p { color: rgb(170,153,38); }
H1.HeaderClassName
{
color: #AA9926;
}
.AnyTagClassName
{
color: #AA9926;
}
</style>
background-color css
<style>
a { background-color: #AA9926; }
a { background-color: rgb(170,153,38); }
div.DivClassName
{
background-color: #AA9926;
}
.BgClassName
{
background-color: #AA9926;
}
</style>
border-color css
<style>
span { border-color: #AA9926; }
span { border-color: rgb(170,153,38); }
td.TdClassName
{
border-color: #AA9926;
}
.TagClassName
{
border-color: #AA9926;
}
</style>