Shades of Lucky #A29201
Tints of Lucky #A29201
RGB
CMYK
RGB Variations
Color information
#A29201 (or 0xA29201) is known color: Lucky. HEX triplet: A2, 92 and 01. RGB value is (162,146,1). Sum of RGB (Red+Green+Blue) = 162+146+1=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A29201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29201 is #5D6DFE. Grayscale: #868686. Windows color (decimal): -6123007 or 103074. OLE color: 103074.
HSL color Cylindrical-coordinate representation of color #A29201: hue angle of 54.04º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A29201 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 146 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.36 |
| HSL | 54.04º | 0.99% | 0.32% | - |
| HSV(B) | 54.04º | 0.99% | 0.64% | - |
| XYZ | 25.18 | 28.24 | 4.15 | - |
| YUV | 134.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 1 | 0 | 0.10 | 0.99 | 0.36 | 54.04 | 0.99 | 0.32 |
| Hex | A2 | 92 | 1 | 0 | A | 63 | 24 | 36 | 63 | 20 |
| Octal | 242 | 222 | 1 | 0 | 12 | 143 | 44 | 66 | 143 | 40 |
| Binary | 10100010 | 10010010 | 1 | 0 | 1010 | 1100011 | 100100 | 110110 | 1100011 | 100000 |
Color Harmonies of #A29201
Complementary color
Monochromatic Colors of #A29201
Black with #A29201
Text Example
Text Example
White with #A29201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29201; }
p { color: rgb(162,146,1); }
H1.HeaderClassName
{
color: #A29201;
}
.AnyTagClassName
{
color: #A29201;
}
</style>
background-color css
<style>
a { background-color: #A29201; }
a { background-color: rgb(162,146,1); }
div.DivClassName
{
background-color: #A29201;
}
.BgClassName
{
background-color: #A29201;
}
</style>
border-color css
<style>
span { border-color: #A29201; }
span { border-color: rgb(162,146,1); }
td.TdClassName
{
border-color: #A29201;
}
.TagClassName
{
border-color: #A29201;
}
</style>