Shades of Lucky #A29F21
Tints of Lucky #A29F21
RGB
CMYK
RGB Variations
Color information
#A29F21 (or 0xA29F21) is known color: Lucky. HEX triplet: A2, 9F and 21. RGB value is (162,159,33). Sum of RGB (Red+Green+Blue) = 162+159+33=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29F21 is #5D60DE. Grayscale: #929292. Windows color (decimal): -6119647 or 2203554. OLE color: 2203554.
HSL color Cylindrical-coordinate representation of color #A29F21: hue angle of 58.6º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A29F21 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 33 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.36 |
| HSL | 58.6º | 0.66% | 0.38% | - |
| HSV(B) | 58.6º | 0.8% | 0.64% | - |
| XYZ | 27.57 | 32.59 | 6.28 | - |
| YUV | 145.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 33 | 0 | 0.02 | 0.80 | 0.36 | 58.6 | 0.66 | 0.38 |
| Hex | A2 | 9F | 21 | 0 | 2 | 50 | 24 | 3B | 42 | 26 |
| Octal | 242 | 237 | 41 | 0 | 2 | 120 | 44 | 73 | 102 | 46 |
| Binary | 10100010 | 10011111 | 100001 | 0 | 10 | 1010000 | 100100 | 111011 | 1000010 | 100110 |
Color Harmonies of #A29F21
Complementary color
Monochromatic Colors of #A29F21
Black with #A29F21
Text Example
Text Example
White with #A29F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F21; }
p { color: rgb(162,159,33); }
H1.HeaderClassName
{
color: #A29F21;
}
.AnyTagClassName
{
color: #A29F21;
}
</style>
background-color css
<style>
a { background-color: #A29F21; }
a { background-color: rgb(162,159,33); }
div.DivClassName
{
background-color: #A29F21;
}
.BgClassName
{
background-color: #A29F21;
}
</style>
border-color css
<style>
span { border-color: #A29F21; }
span { border-color: rgb(162,159,33); }
td.TdClassName
{
border-color: #A29F21;
}
.TagClassName
{
border-color: #A29F21;
}
</style>