Shades of Lucky #AA951C
Tints of Lucky #AA951C
RGB
CMYK
RGB Variations
Color information
#AA951C (or 0xAA951C) is known color: Lucky. HEX triplet: AA, 95 and 1C. RGB value is (170,149,28). Sum of RGB (Red+Green+Blue) = 170+149+28=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA951C is #556AE3. Grayscale: #8D8D8D. Windows color (decimal): -5597924 or 1873322. OLE color: 1873322.
HSL color Cylindrical-coordinate representation of color #AA951C: hue angle of 51.13º 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 #AA951C is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 28 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.33 |
| HSL | 51.13º | 0.72% | 0.39% | - |
| HSV(B) | 51.13º | 0.84% | 0.67% | - |
| XYZ | 27.53 | 30.12 | 5.46 | - |
| YUV | 141.49 | 63.96 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 28 | 0 | 0.12 | 0.84 | 0.33 | 51.13 | 0.72 | 0.39 |
| Hex | AA | 95 | 1C | 0 | C | 54 | 21 | 33 | 48 | 27 |
| Octal | 252 | 225 | 34 | 0 | 14 | 124 | 41 | 63 | 110 | 47 |
| Binary | 10101010 | 10010101 | 11100 | 0 | 1100 | 1010100 | 100001 | 110011 | 1001000 | 100111 |
Color Harmonies of #AA951C
Complementary color
Monochromatic Colors of #AA951C
Black with #AA951C
Text Example
Text Example
White with #AA951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA951C; }
p { color: rgb(170,149,28); }
H1.HeaderClassName
{
color: #AA951C;
}
.AnyTagClassName
{
color: #AA951C;
}
</style>
background-color css
<style>
a { background-color: #AA951C; }
a { background-color: rgb(170,149,28); }
div.DivClassName
{
background-color: #AA951C;
}
.BgClassName
{
background-color: #AA951C;
}
</style>
border-color css
<style>
span { border-color: #AA951C; }
span { border-color: rgb(170,149,28); }
td.TdClassName
{
border-color: #AA951C;
}
.TagClassName
{
border-color: #AA951C;
}
</style>