Shades of Lucky #A29825
Tints of Lucky #A29825
RGB
CMYK
RGB Variations
Color information
#A29825 (or 0xA29825) is known color: Lucky. HEX triplet: A2, 98 and 25. RGB value is (162,152,37). Sum of RGB (Red+Green+Blue) = 162+152+37=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A29825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29825 is #5D67DA. Grayscale: #8E8E8E. Windows color (decimal): -6121435 or 2463906. OLE color: 2463906.
HSL color Cylindrical-coordinate representation of color #A29825: hue angle of 55.2º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A29825 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 37 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.36 |
| HSL | 55.2º | 0.63% | 0.39% | - |
| HSV(B) | 55.2º | 0.77% | 0.64% | - |
| XYZ | 26.46 | 30.27 | 6.2 | - |
| YUV | 141.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 37 | 0 | 0.06 | 0.77 | 0.36 | 55.2 | 0.63 | 0.39 |
| Hex | A2 | 98 | 25 | 0 | 6 | 4D | 24 | 37 | 3F | 27 |
| Octal | 242 | 230 | 45 | 0 | 6 | 115 | 44 | 67 | 77 | 47 |
| Binary | 10100010 | 10011000 | 100101 | 0 | 110 | 1001101 | 100100 | 110111 | 111111 | 100111 |
Color Harmonies of #A29825
Complementary color
Monochromatic Colors of #A29825
Black with #A29825
Text Example
Text Example
White with #A29825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29825; }
p { color: rgb(162,152,37); }
H1.HeaderClassName
{
color: #A29825;
}
.AnyTagClassName
{
color: #A29825;
}
</style>
background-color css
<style>
a { background-color: #A29825; }
a { background-color: rgb(162,152,37); }
div.DivClassName
{
background-color: #A29825;
}
.BgClassName
{
background-color: #A29825;
}
</style>
border-color css
<style>
span { border-color: #A29825; }
span { border-color: rgb(162,152,37); }
td.TdClassName
{
border-color: #A29825;
}
.TagClassName
{
border-color: #A29825;
}
</style>