Shades of Lucky #AA950C
Tints of Lucky #AA950C
RGB
CMYK
RGB Variations
Color information
#AA950C (or 0xAA950C) is known color: Lucky. HEX triplet: AA, 95 and 0C. RGB value is (170,149,12). Sum of RGB (Red+Green+Blue) = 170+149+12=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA950C is #556AF3. Grayscale: #8C8C8C. Windows color (decimal): -5597940 or 824746. OLE color: 824746.
HSL color Cylindrical-coordinate representation of color #AA950C: hue angle of 52.03º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA950C is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 12 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.33 |
| HSL | 52.03º | 0.87% | 0.36% | - |
| HSV(B) | 52.03º | 0.93% | 0.67% | - |
| XYZ | 27.39 | 30.07 | 4.71 | - |
| YUV | 139.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 12 | 0 | 0.12 | 0.93 | 0.33 | 52.03 | 0.87 | 0.36 |
| Hex | AA | 95 | C | 0 | C | 5D | 21 | 34 | 57 | 24 |
| Octal | 252 | 225 | 14 | 0 | 14 | 135 | 41 | 64 | 127 | 44 |
| Binary | 10101010 | 10010101 | 1100 | 0 | 1100 | 1011101 | 100001 | 110100 | 1010111 | 100100 |
Color Harmonies of #AA950C
Complementary color
Monochromatic Colors of #AA950C
Black with #AA950C
Text Example
Text Example
White with #AA950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA950C; }
p { color: rgb(170,149,12); }
H1.HeaderClassName
{
color: #AA950C;
}
.AnyTagClassName
{
color: #AA950C;
}
</style>
background-color css
<style>
a { background-color: #AA950C; }
a { background-color: rgb(170,149,12); }
div.DivClassName
{
background-color: #AA950C;
}
.BgClassName
{
background-color: #AA950C;
}
</style>
border-color css
<style>
span { border-color: #AA950C; }
span { border-color: rgb(170,149,12); }
td.TdClassName
{
border-color: #AA950C;
}
.TagClassName
{
border-color: #AA950C;
}
</style>