Shades of Lucky #A9992B
Tints of Lucky #A9992B
RGB
CMYK
RGB Variations
Color information
#A9992B (or 0xA9992B) is known color: Lucky. HEX triplet: A9, 99 and 2B. RGB value is (169,153,43). Sum of RGB (Red+Green+Blue) = 169+153+43=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A9992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9992B is #5666D4. Grayscale: #919191. Windows color (decimal): -5662421 or 2857385. OLE color: 2857385.
HSL color Cylindrical-coordinate representation of color #A9992B: hue angle of 52.38º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9992B is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 43 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.34 |
| HSL | 52.38º | 0.59% | 0.42% | - |
| HSV(B) | 52.38º | 0.75% | 0.66% | - |
| XYZ | 28.19 | 31.39 | 6.86 | - |
| YUV | 145.24 | 70.3 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 43 | 0 | 0.09 | 0.75 | 0.34 | 52.38 | 0.59 | 0.42 |
| Hex | A9 | 99 | 2B | 0 | 9 | 4B | 22 | 34 | 3B | 2A |
| Octal | 251 | 231 | 53 | 0 | 11 | 113 | 42 | 64 | 73 | 52 |
| Binary | 10101001 | 10011001 | 101011 | 0 | 1001 | 1001011 | 100010 | 110100 | 111011 | 101010 |
Color Harmonies of #A9992B
Complementary color
Monochromatic Colors of #A9992B
Black with #A9992B
Text Example
Text Example
White with #A9992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9992B; }
p { color: rgb(169,153,43); }
H1.HeaderClassName
{
color: #A9992B;
}
.AnyTagClassName
{
color: #A9992B;
}
</style>
background-color css
<style>
a { background-color: #A9992B; }
a { background-color: rgb(169,153,43); }
div.DivClassName
{
background-color: #A9992B;
}
.BgClassName
{
background-color: #A9992B;
}
</style>
border-color css
<style>
span { border-color: #A9992B; }
span { border-color: rgb(169,153,43); }
td.TdClassName
{
border-color: #A9992B;
}
.TagClassName
{
border-color: #A9992B;
}
</style>