Shades of Lucky #A2991B
Tints of Lucky #A2991B
RGB
CMYK
RGB Variations
Color information
#A2991B (or 0xA2991B) is known color: Lucky. HEX triplet: A2, 99 and 1B. RGB value is (162,153,27). Sum of RGB (Red+Green+Blue) = 162+153+27=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2991B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2991B is #5D66E4. Grayscale: #8D8D8D. Windows color (decimal): -6121189 or 1808802. OLE color: 1808802.
HSL color Cylindrical-coordinate representation of color #A2991B: hue angle of 56º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2991B is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 27 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.36 |
| HSL | 56º | 0.71% | 0.37% | - |
| HSV(B) | 56º | 0.83% | 0.64% | - |
| XYZ | 26.49 | 30.54 | 5.54 | - |
| YUV | 141.33 | 63.48 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 27 | 0 | 0.06 | 0.83 | 0.36 | 56 | 0.71 | 0.37 |
| Hex | A2 | 99 | 1B | 0 | 6 | 53 | 24 | 38 | 47 | 25 |
| Octal | 242 | 231 | 33 | 0 | 6 | 123 | 44 | 70 | 107 | 45 |
| Binary | 10100010 | 10011001 | 11011 | 0 | 110 | 1010011 | 100100 | 111000 | 1000111 | 100101 |
Color Harmonies of #A2991B
Complementary color
Monochromatic Colors of #A2991B
Black with #A2991B
Text Example
Text Example
White with #A2991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2991B; }
p { color: rgb(162,153,27); }
H1.HeaderClassName
{
color: #A2991B;
}
.AnyTagClassName
{
color: #A2991B;
}
</style>
background-color css
<style>
a { background-color: #A2991B; }
a { background-color: rgb(162,153,27); }
div.DivClassName
{
background-color: #A2991B;
}
.BgClassName
{
background-color: #A2991B;
}
</style>
border-color css
<style>
span { border-color: #A2991B; }
span { border-color: rgb(162,153,27); }
td.TdClassName
{
border-color: #A2991B;
}
.TagClassName
{
border-color: #A2991B;
}
</style>