Shades of Lucky #A29801
Tints of Lucky #A29801
RGB
CMYK
RGB Variations
Color information
#A29801 (or 0xA29801) is known color: Lucky. HEX triplet: A2, 98 and 01. RGB value is (162,152,1). Sum of RGB (Red+Green+Blue) = 162+152+1=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A29801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29801 is #5D67FE. Grayscale: #8A8A8A. Windows color (decimal): -6121471 or 104610. OLE color: 104610.
HSL color Cylindrical-coordinate representation of color #A29801: hue angle of 56.27º 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 #A29801 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.36 |
| HSL | 56.27º | 0.99% | 0.32% | - |
| HSV(B) | 56.27º | 0.99% | 0.64% | - |
| XYZ | 26.13 | 30.14 | 4.47 | - |
| YUV | 137.78 | 50.81 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 1 | 0 | 0.06 | 0.99 | 0.36 | 56.27 | 0.99 | 0.32 |
| Hex | A2 | 98 | 1 | 0 | 6 | 63 | 24 | 38 | 63 | 20 |
| Octal | 242 | 230 | 1 | 0 | 6 | 143 | 44 | 70 | 143 | 40 |
| Binary | 10100010 | 10011000 | 1 | 0 | 110 | 1100011 | 100100 | 111000 | 1100011 | 100000 |
Color Harmonies of #A29801
Complementary color
Monochromatic Colors of #A29801
Black with #A29801
Text Example
Text Example
White with #A29801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29801; }
p { color: rgb(162,152,1); }
H1.HeaderClassName
{
color: #A29801;
}
.AnyTagClassName
{
color: #A29801;
}
</style>
background-color css
<style>
a { background-color: #A29801; }
a { background-color: rgb(162,152,1); }
div.DivClassName
{
background-color: #A29801;
}
.BgClassName
{
background-color: #A29801;
}
</style>
border-color css
<style>
span { border-color: #A29801; }
span { border-color: rgb(162,152,1); }
td.TdClassName
{
border-color: #A29801;
}
.TagClassName
{
border-color: #A29801;
}
</style>