Shades of Lucky #AA9629
Tints of Lucky #AA9629
RGB
CMYK
RGB Variations
Color information
#AA9629 (or 0xAA9629) is known color: Lucky. HEX triplet: AA, 96 and 29. RGB value is (170,150,41). Sum of RGB (Red+Green+Blue) = 170+150+41=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9629 is #5569D6. Grayscale: #909090. Windows color (decimal): -5597655 or 2725546. OLE color: 2725546.
HSL color Cylindrical-coordinate representation of color #AA9629: hue angle of 50.7º degrees, saturation: 0.61, 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 #AA9629 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 41 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.33 |
| HSL | 50.7º | 0.61% | 0.41% | - |
| HSV(B) | 50.7º | 0.76% | 0.67% | - |
| XYZ | 27.88 | 30.52 | 6.52 | - |
| YUV | 143.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 41 | 0 | 0.12 | 0.76 | 0.33 | 50.7 | 0.61 | 0.41 |
| Hex | AA | 96 | 29 | 0 | C | 4C | 21 | 33 | 3D | 29 |
| Octal | 252 | 226 | 51 | 0 | 14 | 114 | 41 | 63 | 75 | 51 |
| Binary | 10101010 | 10010110 | 101001 | 0 | 1100 | 1001100 | 100001 | 110011 | 111101 | 101001 |
Color Harmonies of #AA9629
Complementary color
Monochromatic Colors of #AA9629
Black with #AA9629
Text Example
Text Example
White with #AA9629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9629; }
p { color: rgb(170,150,41); }
H1.HeaderClassName
{
color: #AA9629;
}
.AnyTagClassName
{
color: #AA9629;
}
</style>
background-color css
<style>
a { background-color: #AA9629; }
a { background-color: rgb(170,150,41); }
div.DivClassName
{
background-color: #AA9629;
}
.BgClassName
{
background-color: #AA9629;
}
</style>
border-color css
<style>
span { border-color: #AA9629; }
span { border-color: rgb(170,150,41); }
td.TdClassName
{
border-color: #AA9629;
}
.TagClassName
{
border-color: #AA9629;
}
</style>