Shades of Lucky #A29501
Tints of Lucky #A29501
RGB
CMYK
RGB Variations
Color information
#A29501 (or 0xA29501) is known color: Lucky. HEX triplet: A2, 95 and 01. RGB value is (162,149,1). Sum of RGB (Red+Green+Blue) = 162+149+1=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A29501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29501 is #5D6AFE. Grayscale: #888888. Windows color (decimal): -6122239 or 103842. OLE color: 103842.
HSL color Cylindrical-coordinate representation of color #A29501: hue angle of 55.16º 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 #A29501 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.36 |
| HSL | 55.16º | 0.99% | 0.32% | - |
| HSV(B) | 55.16º | 0.99% | 0.64% | - |
| XYZ | 25.65 | 29.18 | 4.31 | - |
| YUV | 136.02 | 51.81 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 1 | 0 | 0.08 | 0.99 | 0.36 | 55.16 | 0.99 | 0.32 |
| Hex | A2 | 95 | 1 | 0 | 8 | 63 | 24 | 37 | 63 | 20 |
| Octal | 242 | 225 | 1 | 0 | 10 | 143 | 44 | 67 | 143 | 40 |
| Binary | 10100010 | 10010101 | 1 | 0 | 1000 | 1100011 | 100100 | 110111 | 1100011 | 100000 |
Color Harmonies of #A29501
Complementary color
Monochromatic Colors of #A29501
Black with #A29501
Text Example
Text Example
White with #A29501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29501; }
p { color: rgb(162,149,1); }
H1.HeaderClassName
{
color: #A29501;
}
.AnyTagClassName
{
color: #A29501;
}
</style>
background-color css
<style>
a { background-color: #A29501; }
a { background-color: rgb(162,149,1); }
div.DivClassName
{
background-color: #A29501;
}
.BgClassName
{
background-color: #A29501;
}
</style>
border-color css
<style>
span { border-color: #A29501; }
span { border-color: rgb(162,149,1); }
td.TdClassName
{
border-color: #A29501;
}
.TagClassName
{
border-color: #A29501;
}
</style>