Shades of Lucky #A29601
Tints of Lucky #A29601
RGB
CMYK
RGB Variations
Color information
#A29601 (or 0xA29601) is known color: Lucky. HEX triplet: A2, 96 and 01. RGB value is (162,150,1). Sum of RGB (Red+Green+Blue) = 162+150+1=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A29601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29601 is #5D69FE. Grayscale: #898989. Windows color (decimal): -6121983 or 104098. OLE color: 104098.
HSL color Cylindrical-coordinate representation of color #A29601: hue angle of 55.53º 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 #A29601 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.36 |
| HSL | 55.53º | 0.99% | 0.32% | - |
| HSV(B) | 55.53º | 0.99% | 0.64% | - |
| XYZ | 25.81 | 29.5 | 4.36 | - |
| YUV | 136.6 | 51.48 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 1 | 0 | 0.07 | 0.99 | 0.36 | 55.53 | 0.99 | 0.32 |
| Hex | A2 | 96 | 1 | 0 | 7 | 63 | 24 | 38 | 63 | 20 |
| Octal | 242 | 226 | 1 | 0 | 7 | 143 | 44 | 70 | 143 | 40 |
| Binary | 10100010 | 10010110 | 1 | 0 | 111 | 1100011 | 100100 | 111000 | 1100011 | 100000 |
Color Harmonies of #A29601
Complementary color
Monochromatic Colors of #A29601
Black with #A29601
Text Example
Text Example
White with #A29601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29601; }
p { color: rgb(162,150,1); }
H1.HeaderClassName
{
color: #A29601;
}
.AnyTagClassName
{
color: #A29601;
}
</style>
background-color css
<style>
a { background-color: #A29601; }
a { background-color: rgb(162,150,1); }
div.DivClassName
{
background-color: #A29601;
}
.BgClassName
{
background-color: #A29601;
}
</style>
border-color css
<style>
span { border-color: #A29601; }
span { border-color: rgb(162,150,1); }
td.TdClassName
{
border-color: #A29601;
}
.TagClassName
{
border-color: #A29601;
}
</style>