Shades of Lucky #AA990F
Tints of Lucky #AA990F
RGB
CMYK
RGB Variations
Color information
#AA990F (or 0xAA990F) is known color: Lucky. HEX triplet: AA, 99 and 0F. RGB value is (170,153,15). Sum of RGB (Red+Green+Blue) = 170+153+15=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA990F is #5566F0. Grayscale: #8E8E8E. Windows color (decimal): -5596913 or 1022378. OLE color: 1022378.
HSL color Cylindrical-coordinate representation of color #AA990F: hue angle of 53.42º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA990F is Cyan = 0, Magento = 0.1, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 15 | - |
| CMYK | 0 | 0.1 | 0.91 | 0.33 |
| HSL | 53.42º | 0.84% | 0.36% | - |
| HSV(B) | 53.42º | 0.91% | 0.67% | - |
| XYZ | 28.06 | 31.36 | 5.03 | - |
| YUV | 142.35 | 56.13 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 15 | 0 | 0.1 | 0.91 | 0.33 | 53.42 | 0.84 | 0.36 |
| Hex | AA | 99 | F | 0 | A | 5B | 21 | 35 | 54 | 24 |
| Octal | 252 | 231 | 17 | 0 | 12 | 133 | 41 | 65 | 124 | 44 |
| Binary | 10101010 | 10011001 | 1111 | 0 | 1010 | 1011011 | 100001 | 110101 | 1010100 | 100100 |
Color Harmonies of #AA990F
Complementary color
Monochromatic Colors of #AA990F
Black with #AA990F
Text Example
Text Example
White with #AA990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA990F; }
p { color: rgb(170,153,15); }
H1.HeaderClassName
{
color: #AA990F;
}
.AnyTagClassName
{
color: #AA990F;
}
</style>
background-color css
<style>
a { background-color: #AA990F; }
a { background-color: rgb(170,153,15); }
div.DivClassName
{
background-color: #AA990F;
}
.BgClassName
{
background-color: #AA990F;
}
</style>
border-color css
<style>
span { border-color: #AA990F; }
span { border-color: rgb(170,153,15); }
td.TdClassName
{
border-color: #AA990F;
}
.TagClassName
{
border-color: #AA990F;
}
</style>