Shades of Lucky #A2A72D
Tints of Lucky #A2A72D
RGB
CMYK
RGB Variations
Color information
#A2A72D (or 0xA2A72D) is known color: Lucky. HEX triplet: A2, A7 and 2D. RGB value is (162,167,45). Sum of RGB (Red+Green+Blue) = 162+167+45=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A72D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A72D is #5D58D2. Grayscale: #989898. Windows color (decimal): -6117587 or 2992034. OLE color: 2992034.
HSL color Cylindrical-coordinate representation of color #A2A72D: hue angle of 62.46º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2A72D is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 167 | 45 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.35 |
| HSL | 62.46º | 0.58% | 0.42% | - |
| HSV(B) | 62.46º | 0.73% | 0.65% | - |
| XYZ | 29.19 | 35.51 | 7.8 | - |
| YUV | 151.6 | 67.84 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 167 | 45 | 0.03 | 0 | 0.73 | 0.35 | 62.46 | 0.58 | 0.42 |
| Hex | A2 | A7 | 2D | 3 | 0 | 49 | 23 | 3E | 3A | 2A |
| Octal | 242 | 247 | 55 | 3 | 0 | 111 | 43 | 76 | 72 | 52 |
| Binary | 10100010 | 10100111 | 101101 | 11 | 0 | 1001001 | 100011 | 111110 | 111010 | 101010 |
Color Harmonies of #A2A72D
Complementary color
Monochromatic Colors of #A2A72D
Black with #A2A72D
Text Example
Text Example
White with #A2A72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A72D; }
p { color: rgb(162,167,45); }
H1.HeaderClassName
{
color: #A2A72D;
}
.AnyTagClassName
{
color: #A2A72D;
}
</style>
background-color css
<style>
a { background-color: #A2A72D; }
a { background-color: rgb(162,167,45); }
div.DivClassName
{
background-color: #A2A72D;
}
.BgClassName
{
background-color: #A2A72D;
}
</style>
border-color css
<style>
span { border-color: #A2A72D; }
span { border-color: rgb(162,167,45); }
td.TdClassName
{
border-color: #A2A72D;
}
.TagClassName
{
border-color: #A2A72D;
}
</style>