Shades of Lucky #AA9628
Tints of Lucky #AA9628
RGB
CMYK
RGB Variations
Color information
#AA9628 (or 0xAA9628) is known color: Lucky. HEX triplet: AA, 96 and 28. RGB value is (170,150,40). Sum of RGB (Red+Green+Blue) = 170+150+40=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9628 is #5569D7. Grayscale: #8F8F8F. Windows color (decimal): -5597656 or 2660010. OLE color: 2660010.
HSL color Cylindrical-coordinate representation of color #AA9628: hue angle of 50.77º 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 #AA9628 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 40 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.33 |
| HSL | 50.77º | 0.62% | 0.41% | - |
| HSV(B) | 50.77º | 0.76% | 0.67% | - |
| XYZ | 27.87 | 30.51 | 6.43 | - |
| YUV | 143.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 40 | 0 | 0.12 | 0.76 | 0.33 | 50.77 | 0.62 | 0.41 |
| Hex | AA | 96 | 28 | 0 | C | 4C | 21 | 33 | 3E | 29 |
| Octal | 252 | 226 | 50 | 0 | 14 | 114 | 41 | 63 | 76 | 51 |
| Binary | 10101010 | 10010110 | 101000 | 0 | 1100 | 1001100 | 100001 | 110011 | 111110 | 101001 |
Color Harmonies of #AA9628
Complementary color
Monochromatic Colors of #AA9628
Black with #AA9628
Text Example
Text Example
White with #AA9628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9628; }
p { color: rgb(170,150,40); }
H1.HeaderClassName
{
color: #AA9628;
}
.AnyTagClassName
{
color: #AA9628;
}
</style>
background-color css
<style>
a { background-color: #AA9628; }
a { background-color: rgb(170,150,40); }
div.DivClassName
{
background-color: #AA9628;
}
.BgClassName
{
background-color: #AA9628;
}
</style>
border-color css
<style>
span { border-color: #AA9628; }
span { border-color: rgb(170,150,40); }
td.TdClassName
{
border-color: #AA9628;
}
.TagClassName
{
border-color: #AA9628;
}
</style>