Shades of Lucky #A99E2B
Tints of Lucky #A99E2B
RGB
CMYK
RGB Variations
Color information
#A99E2B (or 0xA99E2B) is known color: Lucky. HEX triplet: A9, 9E and 2B. RGB value is (169,158,43). Sum of RGB (Red+Green+Blue) = 169+158+43=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99E2B is #5661D4. Grayscale: #949494. Windows color (decimal): -5661141 or 2858665. OLE color: 2858665.
HSL color Cylindrical-coordinate representation of color #A99E2B: hue angle of 54.76º 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 #A99E2B is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 158 | 43 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.34 |
| HSL | 54.76º | 0.59% | 0.42% | - |
| HSV(B) | 54.76º | 0.75% | 0.66% | - |
| XYZ | 29.03 | 33.06 | 7.14 | - |
| YUV | 148.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 158 | 43 | 0 | 0.07 | 0.75 | 0.34 | 54.76 | 0.59 | 0.42 |
| Hex | A9 | 9E | 2B | 0 | 7 | 4B | 22 | 37 | 3B | 2A |
| Octal | 251 | 236 | 53 | 0 | 7 | 113 | 42 | 67 | 73 | 52 |
| Binary | 10101001 | 10011110 | 101011 | 0 | 111 | 1001011 | 100010 | 110111 | 111011 | 101010 |
Color Harmonies of #A99E2B
Complementary color
Monochromatic Colors of #A99E2B
Black with #A99E2B
Text Example
Text Example
White with #A99E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99E2B; }
p { color: rgb(169,158,43); }
H1.HeaderClassName
{
color: #A99E2B;
}
.AnyTagClassName
{
color: #A99E2B;
}
</style>
background-color css
<style>
a { background-color: #A99E2B; }
a { background-color: rgb(169,158,43); }
div.DivClassName
{
background-color: #A99E2B;
}
.BgClassName
{
background-color: #A99E2B;
}
</style>
border-color css
<style>
span { border-color: #A99E2B; }
span { border-color: rgb(169,158,43); }
td.TdClassName
{
border-color: #A99E2B;
}
.TagClassName
{
border-color: #A99E2B;
}
</style>