Shades of Lucky #AA9D2B
Tints of Lucky #AA9D2B
RGB
CMYK
RGB Variations
Color information
#AA9D2B (or 0xAA9D2B) is known color: Lucky. HEX triplet: AA, 9D and 2B. RGB value is (170,157,43). Sum of RGB (Red+Green+Blue) = 170+157+43=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9D2B is #5562D4. Grayscale: #949494. Windows color (decimal): -5595861 or 2858410. OLE color: 2858410.
HSL color Cylindrical-coordinate representation of color #AA9D2B: hue angle of 53.86º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA9D2B is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 43 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.33 |
| HSL | 53.86º | 0.6% | 0.42% | - |
| HSV(B) | 53.86º | 0.75% | 0.67% | - |
| XYZ | 29.07 | 32.83 | 7.09 | - |
| YUV | 147.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 43 | 0 | 0.08 | 0.75 | 0.33 | 53.86 | 0.6 | 0.42 |
| Hex | AA | 9D | 2B | 0 | 8 | 4B | 21 | 36 | 3C | 2A |
| Octal | 252 | 235 | 53 | 0 | 10 | 113 | 41 | 66 | 74 | 52 |
| Binary | 10101010 | 10011101 | 101011 | 0 | 1000 | 1001011 | 100001 | 110110 | 111100 | 101010 |
Color Harmonies of #AA9D2B
Complementary color
Monochromatic Colors of #AA9D2B
Black with #AA9D2B
Text Example
Text Example
White with #AA9D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D2B; }
p { color: rgb(170,157,43); }
H1.HeaderClassName
{
color: #AA9D2B;
}
.AnyTagClassName
{
color: #AA9D2B;
}
</style>
background-color css
<style>
a { background-color: #AA9D2B; }
a { background-color: rgb(170,157,43); }
div.DivClassName
{
background-color: #AA9D2B;
}
.BgClassName
{
background-color: #AA9D2B;
}
</style>
border-color css
<style>
span { border-color: #AA9D2B; }
span { border-color: rgb(170,157,43); }
td.TdClassName
{
border-color: #AA9D2B;
}
.TagClassName
{
border-color: #AA9D2B;
}
</style>