Shades of Lucky #A29F2C
Tints of Lucky #A29F2C
RGB
CMYK
RGB Variations
Color information
#A29F2C (or 0xA29F2C) is known color: Lucky. HEX triplet: A2, 9F and 2C. RGB value is (162,159,44). Sum of RGB (Red+Green+Blue) = 162+159+44=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F2C is #5D60D3. Grayscale: #939393. Windows color (decimal): -6119636 or 2924450. OLE color: 2924450.
HSL color Cylindrical-coordinate representation of color #A29F2C: hue angle of 58.47º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A29F2C is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 44 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.36 |
| HSL | 58.47º | 0.57% | 0.4% | - |
| HSV(B) | 58.47º | 0.73% | 0.64% | - |
| XYZ | 27.75 | 32.66 | 7.22 | - |
| YUV | 146.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 44 | 0 | 0.02 | 0.73 | 0.36 | 58.47 | 0.57 | 0.4 |
| Hex | A2 | 9F | 2C | 0 | 2 | 49 | 24 | 3A | 39 | 28 |
| Octal | 242 | 237 | 54 | 0 | 2 | 111 | 44 | 72 | 71 | 50 |
| Binary | 10100010 | 10011111 | 101100 | 0 | 10 | 1001001 | 100100 | 111010 | 111001 | 101000 |
Color Harmonies of #A29F2C
Complementary color
Monochromatic Colors of #A29F2C
Black with #A29F2C
Text Example
Text Example
White with #A29F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F2C; }
p { color: rgb(162,159,44); }
H1.HeaderClassName
{
color: #A29F2C;
}
.AnyTagClassName
{
color: #A29F2C;
}
</style>
background-color css
<style>
a { background-color: #A29F2C; }
a { background-color: rgb(162,159,44); }
div.DivClassName
{
background-color: #A29F2C;
}
.BgClassName
{
background-color: #A29F2C;
}
</style>
border-color css
<style>
span { border-color: #A29F2C; }
span { border-color: rgb(162,159,44); }
td.TdClassName
{
border-color: #A29F2C;
}
.TagClassName
{
border-color: #A29F2C;
}
</style>