Shades of Lucky #AAA71C
Tints of Lucky #AAA71C
RGB
CMYK
RGB Variations
Color information
#AAA71C (or 0xAAA71C) is known color: Lucky. HEX triplet: AA, A7 and 1C. RGB value is (170,167,28). Sum of RGB (Red+Green+Blue) = 170+167+28=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA71C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA71C is #5558E3. Grayscale: #989898. Windows color (decimal): -5593316 or 1877930. OLE color: 1877930.
HSL color Cylindrical-coordinate representation of color #AAA71C: hue angle of 58.73º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAA71C is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 28 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.33 |
| HSL | 58.73º | 0.72% | 0.39% | - |
| HSV(B) | 58.73º | 0.84% | 0.67% | - |
| XYZ | 30.61 | 36.27 | 6.49 | - |
| YUV | 152.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 28 | 0 | 0.02 | 0.84 | 0.33 | 58.73 | 0.72 | 0.39 |
| Hex | AA | A7 | 1C | 0 | 2 | 54 | 21 | 3B | 48 | 27 |
| Octal | 252 | 247 | 34 | 0 | 2 | 124 | 41 | 73 | 110 | 47 |
| Binary | 10101010 | 10100111 | 11100 | 0 | 10 | 1010100 | 100001 | 111011 | 1001000 | 100111 |
Color Harmonies of #AAA71C
Complementary color
Monochromatic Colors of #AAA71C
Black with #AAA71C
Text Example
Text Example
White with #AAA71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA71C; }
p { color: rgb(170,167,28); }
H1.HeaderClassName
{
color: #AAA71C;
}
.AnyTagClassName
{
color: #AAA71C;
}
</style>
background-color css
<style>
a { background-color: #AAA71C; }
a { background-color: rgb(170,167,28); }
div.DivClassName
{
background-color: #AAA71C;
}
.BgClassName
{
background-color: #AAA71C;
}
</style>
border-color css
<style>
span { border-color: #AAA71C; }
span { border-color: rgb(170,167,28); }
td.TdClassName
{
border-color: #AAA71C;
}
.TagClassName
{
border-color: #AAA71C;
}
</style>