Shades of Lucky #AA9719
Tints of Lucky #AA9719
RGB
CMYK
RGB Variations
Color information
#AA9719 (or 0xAA9719) is known color: Lucky. HEX triplet: AA, 97 and 19. RGB value is (170,151,25). Sum of RGB (Red+Green+Blue) = 170+151+25=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9719 is #5568E6. Grayscale: #8E8E8E. Windows color (decimal): -5597415 or 1677226. OLE color: 1677226.
HSL color Cylindrical-coordinate representation of color #AA9719: hue angle of 52.14º 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 #AA9719 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 25 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.33 |
| HSL | 52.14º | 0.74% | 0.38% | - |
| HSV(B) | 52.14º | 0.85% | 0.67% | - |
| XYZ | 27.82 | 30.75 | 5.39 | - |
| YUV | 142.32 | 61.79 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 25 | 0 | 0.11 | 0.85 | 0.33 | 52.14 | 0.74 | 0.38 |
| Hex | AA | 97 | 19 | 0 | B | 55 | 21 | 34 | 4A | 26 |
| Octal | 252 | 227 | 31 | 0 | 13 | 125 | 41 | 64 | 112 | 46 |
| Binary | 10101010 | 10010111 | 11001 | 0 | 1011 | 1010101 | 100001 | 110100 | 1001010 | 100110 |
Color Harmonies of #AA9719
Complementary color
Monochromatic Colors of #AA9719
Black with #AA9719
Text Example
Text Example
White with #AA9719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9719; }
p { color: rgb(170,151,25); }
H1.HeaderClassName
{
color: #AA9719;
}
.AnyTagClassName
{
color: #AA9719;
}
</style>
background-color css
<style>
a { background-color: #AA9719; }
a { background-color: rgb(170,151,25); }
div.DivClassName
{
background-color: #AA9719;
}
.BgClassName
{
background-color: #AA9719;
}
</style>
border-color css
<style>
span { border-color: #AA9719; }
span { border-color: rgb(170,151,25); }
td.TdClassName
{
border-color: #AA9719;
}
.TagClassName
{
border-color: #AA9719;
}
</style>