Shades of Lucky #AA9A1F
Tints of Lucky #AA9A1F
RGB
CMYK
RGB Variations
Color information
#AA9A1F (or 0xAA9A1F) is known color: Lucky. HEX triplet: AA, 9A and 1F. RGB value is (170,154,31). Sum of RGB (Red+Green+Blue) = 170+154+31=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A1F is #5565E0. Grayscale: #919191. Windows color (decimal): -5596641 or 2071210. OLE color: 2071210.
HSL color Cylindrical-coordinate representation of color #AA9A1F: hue angle of 53.09º degrees, saturation: 0.69, 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 #AA9A1F is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 31 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.33 |
| HSL | 53.09º | 0.69% | 0.39% | - |
| HSV(B) | 53.09º | 0.82% | 0.67% | - |
| XYZ | 28.38 | 31.76 | 5.93 | - |
| YUV | 144.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 31 | 0 | 0.09 | 0.82 | 0.33 | 53.09 | 0.69 | 0.39 |
| Hex | AA | 9A | 1F | 0 | 9 | 52 | 21 | 35 | 45 | 27 |
| Octal | 252 | 232 | 37 | 0 | 11 | 122 | 41 | 65 | 105 | 47 |
| Binary | 10101010 | 10011010 | 11111 | 0 | 1001 | 1010010 | 100001 | 110101 | 1000101 | 100111 |
Color Harmonies of #AA9A1F
Complementary color
Monochromatic Colors of #AA9A1F
Black with #AA9A1F
Text Example
Text Example
White with #AA9A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A1F; }
p { color: rgb(170,154,31); }
H1.HeaderClassName
{
color: #AA9A1F;
}
.AnyTagClassName
{
color: #AA9A1F;
}
</style>
background-color css
<style>
a { background-color: #AA9A1F; }
a { background-color: rgb(170,154,31); }
div.DivClassName
{
background-color: #AA9A1F;
}
.BgClassName
{
background-color: #AA9A1F;
}
</style>
border-color css
<style>
span { border-color: #AA9A1F; }
span { border-color: rgb(170,154,31); }
td.TdClassName
{
border-color: #AA9A1F;
}
.TagClassName
{
border-color: #AA9A1F;
}
</style>