Shades of Lucky #AA9D03
Tints of Lucky #AA9D03
RGB
CMYK
RGB Variations
Color information
#AA9D03 (or 0xAA9D03) is known color: Lucky. HEX triplet: AA, 9D and 03. RGB value is (170,157,3). Sum of RGB (Red+Green+Blue) = 170+157+3=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9D03 is #5562FC. Grayscale: #8F8F8F. Windows color (decimal): -5595901 or 236970. OLE color: 236970.
HSL color Cylindrical-coordinate representation of color #AA9D03: hue angle of 55.33º 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 #AA9D03 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 3 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.33 |
| HSL | 55.33º | 0.97% | 0.34% | - |
| HSV(B) | 55.33º | 0.98% | 0.67% | - |
| XYZ | 28.65 | 32.67 | 4.88 | - |
| YUV | 143.33 | 48.81 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 3 | 0 | 0.08 | 0.98 | 0.33 | 55.33 | 0.97 | 0.34 |
| Hex | AA | 9D | 3 | 0 | 8 | 62 | 21 | 37 | 61 | 22 |
| Octal | 252 | 235 | 3 | 0 | 10 | 142 | 41 | 67 | 141 | 42 |
| Binary | 10101010 | 10011101 | 11 | 0 | 1000 | 1100010 | 100001 | 110111 | 1100001 | 100010 |
Color Harmonies of #AA9D03
Complementary color
Monochromatic Colors of #AA9D03
Black with #AA9D03
Text Example
Text Example
White with #AA9D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D03; }
p { color: rgb(170,157,3); }
H1.HeaderClassName
{
color: #AA9D03;
}
.AnyTagClassName
{
color: #AA9D03;
}
</style>
background-color css
<style>
a { background-color: #AA9D03; }
a { background-color: rgb(170,157,3); }
div.DivClassName
{
background-color: #AA9D03;
}
.BgClassName
{
background-color: #AA9D03;
}
</style>
border-color css
<style>
span { border-color: #AA9D03; }
span { border-color: rgb(170,157,3); }
td.TdClassName
{
border-color: #AA9D03;
}
.TagClassName
{
border-color: #AA9D03;
}
</style>