Shades of Lucky #AA981C
Tints of Lucky #AA981C
RGB
CMYK
RGB Variations
Color information
#AA981C (or 0xAA981C) is known color: Lucky. HEX triplet: AA, 98 and 1C. RGB value is (170,152,28). Sum of RGB (Red+Green+Blue) = 170+152+28=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA981C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA981C is #5567E3. Grayscale: #8F8F8F. Windows color (decimal): -5597156 or 1874090. OLE color: 1874090.
HSL color Cylindrical-coordinate representation of color #AA981C: hue angle of 52.39º 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 #AA981C is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 28 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.33 |
| HSL | 52.39º | 0.72% | 0.39% | - |
| HSV(B) | 52.39º | 0.84% | 0.67% | - |
| XYZ | 28.02 | 31.09 | 5.62 | - |
| YUV | 143.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 28 | 0 | 0.11 | 0.84 | 0.33 | 52.39 | 0.72 | 0.39 |
| Hex | AA | 98 | 1C | 0 | B | 54 | 21 | 34 | 48 | 27 |
| Octal | 252 | 230 | 34 | 0 | 13 | 124 | 41 | 64 | 110 | 47 |
| Binary | 10101010 | 10011000 | 11100 | 0 | 1011 | 1010100 | 100001 | 110100 | 1001000 | 100111 |
Color Harmonies of #AA981C
Complementary color
Monochromatic Colors of #AA981C
Black with #AA981C
Text Example
Text Example
White with #AA981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA981C; }
p { color: rgb(170,152,28); }
H1.HeaderClassName
{
color: #AA981C;
}
.AnyTagClassName
{
color: #AA981C;
}
</style>
background-color css
<style>
a { background-color: #AA981C; }
a { background-color: rgb(170,152,28); }
div.DivClassName
{
background-color: #AA981C;
}
.BgClassName
{
background-color: #AA981C;
}
</style>
border-color css
<style>
span { border-color: #AA981C; }
span { border-color: rgb(170,152,28); }
td.TdClassName
{
border-color: #AA981C;
}
.TagClassName
{
border-color: #AA981C;
}
</style>