Shades of Lucky #A29805
Tints of Lucky #A29805
RGB
CMYK
RGB Variations
Color information
#A29805 (or 0xA29805) is known color: Lucky. HEX triplet: A2, 98 and 05. RGB value is (162,152,5). Sum of RGB (Red+Green+Blue) = 162+152+5=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A29805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29805 is #5D67FA. Grayscale: #8A8A8A. Windows color (decimal): -6121467 or 366754. OLE color: 366754.
HSL color Cylindrical-coordinate representation of color #A29805: hue angle of 56.18º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A29805 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 5 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.36 |
| HSL | 56.18º | 0.94% | 0.33% | - |
| HSV(B) | 56.18º | 0.97% | 0.64% | - |
| XYZ | 26.16 | 30.15 | 4.58 | - |
| YUV | 138.23 | 52.81 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 5 | 0 | 0.06 | 0.97 | 0.36 | 56.18 | 0.94 | 0.33 |
| Hex | A2 | 98 | 5 | 0 | 6 | 61 | 24 | 38 | 5E | 21 |
| Octal | 242 | 230 | 5 | 0 | 6 | 141 | 44 | 70 | 136 | 41 |
| Binary | 10100010 | 10011000 | 101 | 0 | 110 | 1100001 | 100100 | 111000 | 1011110 | 100001 |
Color Harmonies of #A29805
Complementary color
Monochromatic Colors of #A29805
Black with #A29805
Text Example
Text Example
White with #A29805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29805; }
p { color: rgb(162,152,5); }
H1.HeaderClassName
{
color: #A29805;
}
.AnyTagClassName
{
color: #A29805;
}
</style>
background-color css
<style>
a { background-color: #A29805; }
a { background-color: rgb(162,152,5); }
div.DivClassName
{
background-color: #A29805;
}
.BgClassName
{
background-color: #A29805;
}
</style>
border-color css
<style>
span { border-color: #A29805; }
span { border-color: rgb(162,152,5); }
td.TdClassName
{
border-color: #A29805;
}
.TagClassName
{
border-color: #A29805;
}
</style>