Shades of Lucky #A29725
Tints of Lucky #A29725
RGB
CMYK
RGB Variations
Color information
#A29725 (or 0xA29725) is known color: Lucky. HEX triplet: A2, 97 and 25. RGB value is (162,151,37). Sum of RGB (Red+Green+Blue) = 162+151+37=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A29725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29725 is #5D68DA. Grayscale: #8D8D8D. Windows color (decimal): -6121691 or 2463650. OLE color: 2463650.
HSL color Cylindrical-coordinate representation of color #A29725: hue angle of 54.72º 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 #A29725 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 151 | 37 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.36 |
| HSL | 54.72º | 0.63% | 0.39% | - |
| HSV(B) | 54.72º | 0.77% | 0.64% | - |
| XYZ | 26.3 | 29.95 | 6.14 | - |
| YUV | 141.29 | 69.14 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 37 | 0 | 0.07 | 0.77 | 0.36 | 54.72 | 0.63 | 0.39 |
| Hex | A2 | 97 | 25 | 0 | 7 | 4D | 24 | 37 | 3F | 27 |
| Octal | 242 | 227 | 45 | 0 | 7 | 115 | 44 | 67 | 77 | 47 |
| Binary | 10100010 | 10010111 | 100101 | 0 | 111 | 1001101 | 100100 | 110111 | 111111 | 100111 |
Color Harmonies of #A29725
Complementary color
Monochromatic Colors of #A29725
Black with #A29725
Text Example
Text Example
White with #A29725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29725; }
p { color: rgb(162,151,37); }
H1.HeaderClassName
{
color: #A29725;
}
.AnyTagClassName
{
color: #A29725;
}
</style>
background-color css
<style>
a { background-color: #A29725; }
a { background-color: rgb(162,151,37); }
div.DivClassName
{
background-color: #A29725;
}
.BgClassName
{
background-color: #A29725;
}
</style>
border-color css
<style>
span { border-color: #A29725; }
span { border-color: rgb(162,151,37); }
td.TdClassName
{
border-color: #A29725;
}
.TagClassName
{
border-color: #A29725;
}
</style>