Shades of Lucky #AA9603
Tints of Lucky #AA9603
RGB
CMYK
RGB Variations
Color information
#AA9603 (or 0xAA9603) is known color: Lucky. HEX triplet: AA, 96 and 03. RGB value is (170,150,3). Sum of RGB (Red+Green+Blue) = 170+150+3=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9603 is #5569FC. Grayscale: #8B8B8B. Windows color (decimal): -5597693 or 235178. OLE color: 235178.
HSL color Cylindrical-coordinate representation of color #AA9603: hue angle of 52.81º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA9603 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 3 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.33 |
| HSL | 52.81º | 0.97% | 0.34% | - |
| HSV(B) | 52.81º | 0.98% | 0.67% | - |
| XYZ | 27.5 | 30.37 | 4.5 | - |
| YUV | 139.22 | 51.13 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 3 | 0 | 0.12 | 0.98 | 0.33 | 52.81 | 0.97 | 0.34 |
| Hex | AA | 96 | 3 | 0 | C | 62 | 21 | 35 | 61 | 22 |
| Octal | 252 | 226 | 3 | 0 | 14 | 142 | 41 | 65 | 141 | 42 |
| Binary | 10101010 | 10010110 | 11 | 0 | 1100 | 1100010 | 100001 | 110101 | 1100001 | 100010 |
Color Harmonies of #AA9603
Complementary color
Monochromatic Colors of #AA9603
Black with #AA9603
Text Example
Text Example
White with #AA9603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9603; }
p { color: rgb(170,150,3); }
H1.HeaderClassName
{
color: #AA9603;
}
.AnyTagClassName
{
color: #AA9603;
}
</style>
background-color css
<style>
a { background-color: #AA9603; }
a { background-color: rgb(170,150,3); }
div.DivClassName
{
background-color: #AA9603;
}
.BgClassName
{
background-color: #AA9603;
}
</style>
border-color css
<style>
span { border-color: #AA9603; }
span { border-color: rgb(170,150,3); }
td.TdClassName
{
border-color: #AA9603;
}
.TagClassName
{
border-color: #AA9603;
}
</style>