Shades of Lucky #AAA719
Tints of Lucky #AAA719
RGB
CMYK
RGB Variations
Color information
#AAA719 (or 0xAAA719) is known color: Lucky. HEX triplet: AA, A7 and 19. RGB value is (170,167,25). Sum of RGB (Red+Green+Blue) = 170+167+25=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA719 is #5558E6. Grayscale: #989898. Windows color (decimal): -5593319 or 1681322. OLE color: 1681322.
HSL color Cylindrical-coordinate representation of color #AAA719: hue angle of 58.76º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAA719 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 25 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.33 |
| HSL | 58.76º | 0.74% | 0.38% | - |
| HSV(B) | 58.76º | 0.85% | 0.67% | - |
| XYZ | 30.57 | 36.25 | 6.31 | - |
| YUV | 151.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 25 | 0 | 0.02 | 0.85 | 0.33 | 58.76 | 0.74 | 0.38 |
| Hex | AA | A7 | 19 | 0 | 2 | 55 | 21 | 3B | 4A | 26 |
| Octal | 252 | 247 | 31 | 0 | 2 | 125 | 41 | 73 | 112 | 46 |
| Binary | 10101010 | 10100111 | 11001 | 0 | 10 | 1010101 | 100001 | 111011 | 1001010 | 100110 |
Color Harmonies of #AAA719
Complementary color
Monochromatic Colors of #AAA719
Black with #AAA719
Text Example
Text Example
White with #AAA719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA719; }
p { color: rgb(170,167,25); }
H1.HeaderClassName
{
color: #AAA719;
}
.AnyTagClassName
{
color: #AAA719;
}
</style>
background-color css
<style>
a { background-color: #AAA719; }
a { background-color: rgb(170,167,25); }
div.DivClassName
{
background-color: #AAA719;
}
.BgClassName
{
background-color: #AAA719;
}
</style>
border-color css
<style>
span { border-color: #AAA719; }
span { border-color: rgb(170,167,25); }
td.TdClassName
{
border-color: #AAA719;
}
.TagClassName
{
border-color: #AAA719;
}
</style>