Shades of Lucky #AA9D1B
Tints of Lucky #AA9D1B
RGB
CMYK
RGB Variations
Color information
#AA9D1B (or 0xAA9D1B) is known color: Lucky. HEX triplet: AA, 9D and 1B. RGB value is (170,157,27). Sum of RGB (Red+Green+Blue) = 170+157+27=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9D1B is #5562E4. Grayscale: #929292. Windows color (decimal): -5595877 or 1809834. OLE color: 1809834.
HSL color Cylindrical-coordinate representation of color #AA9D1B: hue angle of 54.55º degrees, saturation: 0.73, 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 #AA9D1B is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 27 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.33 |
| HSL | 54.55º | 0.73% | 0.39% | - |
| HSV(B) | 54.55º | 0.84% | 0.67% | - |
| XYZ | 28.83 | 32.74 | 5.84 | - |
| YUV | 146.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 27 | 0 | 0.08 | 0.84 | 0.33 | 54.55 | 0.73 | 0.39 |
| Hex | AA | 9D | 1B | 0 | 8 | 54 | 21 | 37 | 49 | 27 |
| Octal | 252 | 235 | 33 | 0 | 10 | 124 | 41 | 67 | 111 | 47 |
| Binary | 10101010 | 10011101 | 11011 | 0 | 1000 | 1010100 | 100001 | 110111 | 1001001 | 100111 |
Color Harmonies of #AA9D1B
Complementary color
Monochromatic Colors of #AA9D1B
Black with #AA9D1B
Text Example
Text Example
White with #AA9D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D1B; }
p { color: rgb(170,157,27); }
H1.HeaderClassName
{
color: #AA9D1B;
}
.AnyTagClassName
{
color: #AA9D1B;
}
</style>
background-color css
<style>
a { background-color: #AA9D1B; }
a { background-color: rgb(170,157,27); }
div.DivClassName
{
background-color: #AA9D1B;
}
.BgClassName
{
background-color: #AA9D1B;
}
</style>
border-color css
<style>
span { border-color: #AA9D1B; }
span { border-color: rgb(170,157,27); }
td.TdClassName
{
border-color: #AA9D1B;
}
.TagClassName
{
border-color: #AA9D1B;
}
</style>