Shades of Lucky #AA9703
Tints of Lucky #AA9703
RGB
CMYK
RGB Variations
Color information
#AA9703 (or 0xAA9703) is known color: Lucky. HEX triplet: AA, 97 and 03. RGB value is (170,151,3). Sum of RGB (Red+Green+Blue) = 170+151+3=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9703 is #5568FC. Grayscale: #8C8C8C. Windows color (decimal): -5597437 or 235434. OLE color: 235434.
HSL color Cylindrical-coordinate representation of color #AA9703: hue angle of 53.17º 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 #AA9703 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 3 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.33 |
| HSL | 53.17º | 0.97% | 0.34% | - |
| HSV(B) | 53.17º | 0.98% | 0.67% | - |
| XYZ | 27.66 | 30.69 | 4.55 | - |
| YUV | 139.81 | 50.79 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 3 | 0 | 0.11 | 0.98 | 0.33 | 53.17 | 0.97 | 0.34 |
| Hex | AA | 97 | 3 | 0 | B | 62 | 21 | 35 | 61 | 22 |
| Octal | 252 | 227 | 3 | 0 | 13 | 142 | 41 | 65 | 141 | 42 |
| Binary | 10101010 | 10010111 | 11 | 0 | 1011 | 1100010 | 100001 | 110101 | 1100001 | 100010 |
Color Harmonies of #AA9703
Complementary color
Monochromatic Colors of #AA9703
Black with #AA9703
Text Example
Text Example
White with #AA9703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9703; }
p { color: rgb(170,151,3); }
H1.HeaderClassName
{
color: #AA9703;
}
.AnyTagClassName
{
color: #AA9703;
}
</style>
background-color css
<style>
a { background-color: #AA9703; }
a { background-color: rgb(170,151,3); }
div.DivClassName
{
background-color: #AA9703;
}
.BgClassName
{
background-color: #AA9703;
}
</style>
border-color css
<style>
span { border-color: #AA9703; }
span { border-color: rgb(170,151,3); }
td.TdClassName
{
border-color: #AA9703;
}
.TagClassName
{
border-color: #AA9703;
}
</style>