Shades of Lucky #AA951E
Tints of Lucky #AA951E
RGB
CMYK
RGB Variations
Color information
#AA951E (or 0xAA951E) is known color: Lucky. HEX triplet: AA, 95 and 1E. RGB value is (170,149,30). Sum of RGB (Red+Green+Blue) = 170+149+30=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA951E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA951E is #556AE1. Grayscale: #8E8E8E. Windows color (decimal): -5597922 or 2004394. OLE color: 2004394.
HSL color Cylindrical-coordinate representation of color #AA951E: hue angle of 51º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA951E is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 30 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.33 |
| HSL | 51º | 0.7% | 0.39% | - |
| HSV(B) | 51º | 0.82% | 0.67% | - |
| XYZ | 27.56 | 30.13 | 5.59 | - |
| YUV | 141.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 30 | 0 | 0.12 | 0.82 | 0.33 | 51 | 0.7 | 0.39 |
| Hex | AA | 95 | 1E | 0 | C | 52 | 21 | 33 | 46 | 27 |
| Octal | 252 | 225 | 36 | 0 | 14 | 122 | 41 | 63 | 106 | 47 |
| Binary | 10101010 | 10010101 | 11110 | 0 | 1100 | 1010010 | 100001 | 110011 | 1000110 | 100111 |
Color Harmonies of #AA951E
Complementary color
Monochromatic Colors of #AA951E
Black with #AA951E
Text Example
Text Example
White with #AA951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA951E; }
p { color: rgb(170,149,30); }
H1.HeaderClassName
{
color: #AA951E;
}
.AnyTagClassName
{
color: #AA951E;
}
</style>
background-color css
<style>
a { background-color: #AA951E; }
a { background-color: rgb(170,149,30); }
div.DivClassName
{
background-color: #AA951E;
}
.BgClassName
{
background-color: #AA951E;
}
</style>
border-color css
<style>
span { border-color: #AA951E; }
span { border-color: rgb(170,149,30); }
td.TdClassName
{
border-color: #AA951E;
}
.TagClassName
{
border-color: #AA951E;
}
</style>