Shades of Lucky #A29D2E
Tints of Lucky #A29D2E
RGB
CMYK
RGB Variations
Color information
#A29D2E (or 0xA29D2E) is known color: Lucky. HEX triplet: A2, 9D and 2E. RGB value is (162,157,46). Sum of RGB (Red+Green+Blue) = 162+157+46=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D2E is #5D62D1. Grayscale: #929292. Windows color (decimal): -6120146 or 3055010. OLE color: 3055010.
HSL color Cylindrical-coordinate representation of color #A29D2E: hue angle of 57.41º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A29D2E is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 46 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.36 |
| HSL | 57.41º | 0.56% | 0.41% | - |
| HSV(B) | 57.41º | 0.72% | 0.64% | - |
| XYZ | 27.45 | 31.99 | 7.31 | - |
| YUV | 145.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 46 | 0 | 0.03 | 0.72 | 0.36 | 57.41 | 0.56 | 0.41 |
| Hex | A2 | 9D | 2E | 0 | 3 | 48 | 24 | 39 | 38 | 29 |
| Octal | 242 | 235 | 56 | 0 | 3 | 110 | 44 | 71 | 70 | 51 |
| Binary | 10100010 | 10011101 | 101110 | 0 | 11 | 1001000 | 100100 | 111001 | 111000 | 101001 |
Color Harmonies of #A29D2E
Complementary color
Monochromatic Colors of #A29D2E
Black with #A29D2E
Text Example
Text Example
White with #A29D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D2E; }
p { color: rgb(162,157,46); }
H1.HeaderClassName
{
color: #A29D2E;
}
.AnyTagClassName
{
color: #A29D2E;
}
</style>
background-color css
<style>
a { background-color: #A29D2E; }
a { background-color: rgb(162,157,46); }
div.DivClassName
{
background-color: #A29D2E;
}
.BgClassName
{
background-color: #A29D2E;
}
</style>
border-color css
<style>
span { border-color: #A29D2E; }
span { border-color: rgb(162,157,46); }
td.TdClassName
{
border-color: #A29D2E;
}
.TagClassName
{
border-color: #A29D2E;
}
</style>