Shades of Lucky #AA951D
Tints of Lucky #AA951D
RGB
CMYK
RGB Variations
Color information
#AA951D (or 0xAA951D) is known color: Lucky. HEX triplet: AA, 95 and 1D. RGB value is (170,149,29). Sum of RGB (Red+Green+Blue) = 170+149+29=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA951D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA951D is #556AE2. Grayscale: #8E8E8E. Windows color (decimal): -5597923 or 1938858. OLE color: 1938858.
HSL color Cylindrical-coordinate representation of color #AA951D: hue angle of 51.06º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA951D is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 29 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.33 |
| HSL | 51.06º | 0.71% | 0.39% | - |
| HSV(B) | 51.06º | 0.83% | 0.67% | - |
| XYZ | 27.55 | 30.13 | 5.53 | - |
| YUV | 141.6 | 64.46 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 29 | 0 | 0.12 | 0.83 | 0.33 | 51.06 | 0.71 | 0.39 |
| Hex | AA | 95 | 1D | 0 | C | 53 | 21 | 33 | 47 | 27 |
| Octal | 252 | 225 | 35 | 0 | 14 | 123 | 41 | 63 | 107 | 47 |
| Binary | 10101010 | 10010101 | 11101 | 0 | 1100 | 1010011 | 100001 | 110011 | 1000111 | 100111 |
Color Harmonies of #AA951D
Complementary color
Monochromatic Colors of #AA951D
Black with #AA951D
Text Example
Text Example
White with #AA951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA951D; }
p { color: rgb(170,149,29); }
H1.HeaderClassName
{
color: #AA951D;
}
.AnyTagClassName
{
color: #AA951D;
}
</style>
background-color css
<style>
a { background-color: #AA951D; }
a { background-color: rgb(170,149,29); }
div.DivClassName
{
background-color: #AA951D;
}
.BgClassName
{
background-color: #AA951D;
}
</style>
border-color css
<style>
span { border-color: #AA951D; }
span { border-color: rgb(170,149,29); }
td.TdClassName
{
border-color: #AA951D;
}
.TagClassName
{
border-color: #AA951D;
}
</style>