Shades of Lucky #A99B2B
Tints of Lucky #A99B2B
RGB
CMYK
RGB Variations
Color information
#A99B2B (or 0xA99B2B) is known color: Lucky. HEX triplet: A9, 9B and 2B. RGB value is (169,155,43). Sum of RGB (Red+Green+Blue) = 169+155+43=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99B2B is #5664D4. Grayscale: #929292. Windows color (decimal): -5661909 or 2857897. OLE color: 2857897.
HSL color Cylindrical-coordinate representation of color #A99B2B: hue angle of 53.33º 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 #A99B2B is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 43 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.34 |
| HSL | 53.33º | 0.59% | 0.42% | - |
| HSV(B) | 53.33º | 0.75% | 0.66% | - |
| XYZ | 28.52 | 32.05 | 6.97 | - |
| YUV | 146.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 43 | 0 | 0.08 | 0.75 | 0.34 | 53.33 | 0.59 | 0.42 |
| Hex | A9 | 9B | 2B | 0 | 8 | 4B | 22 | 35 | 3B | 2A |
| Octal | 251 | 233 | 53 | 0 | 10 | 113 | 42 | 65 | 73 | 52 |
| Binary | 10101001 | 10011011 | 101011 | 0 | 1000 | 1001011 | 100010 | 110101 | 111011 | 101010 |
Color Harmonies of #A99B2B
Complementary color
Monochromatic Colors of #A99B2B
Black with #A99B2B
Text Example
Text Example
White with #A99B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99B2B; }
p { color: rgb(169,155,43); }
H1.HeaderClassName
{
color: #A99B2B;
}
.AnyTagClassName
{
color: #A99B2B;
}
</style>
background-color css
<style>
a { background-color: #A99B2B; }
a { background-color: rgb(169,155,43); }
div.DivClassName
{
background-color: #A99B2B;
}
.BgClassName
{
background-color: #A99B2B;
}
</style>
border-color css
<style>
span { border-color: #A99B2B; }
span { border-color: rgb(169,155,43); }
td.TdClassName
{
border-color: #A99B2B;
}
.TagClassName
{
border-color: #A99B2B;
}
</style>