Shades of Lucky #A29B28
Tints of Lucky #A29B28
RGB
CMYK
RGB Variations
Color information
#A29B28 (or 0xA29B28) is known color: Lucky. HEX triplet: A2, 9B and 28. RGB value is (162,155,40). Sum of RGB (Red+Green+Blue) = 162+155+40=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B28 is #5D64D7. Grayscale: #909090. Windows color (decimal): -6120664 or 2661282. OLE color: 2661282.
HSL color Cylindrical-coordinate representation of color #A29B28: hue angle of 56.56º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A29B28 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 40 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.36 |
| HSL | 56.56º | 0.6% | 0.4% | - |
| HSV(B) | 56.56º | 0.75% | 0.64% | - |
| XYZ | 27 | 31.28 | 6.62 | - |
| YUV | 143.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 40 | 0 | 0.04 | 0.75 | 0.36 | 56.56 | 0.6 | 0.4 |
| Hex | A2 | 9B | 28 | 0 | 4 | 4B | 24 | 39 | 3C | 28 |
| Octal | 242 | 233 | 50 | 0 | 4 | 113 | 44 | 71 | 74 | 50 |
| Binary | 10100010 | 10011011 | 101000 | 0 | 100 | 1001011 | 100100 | 111001 | 111100 | 101000 |
Color Harmonies of #A29B28
Complementary color
Monochromatic Colors of #A29B28
Black with #A29B28
Text Example
Text Example
White with #A29B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B28; }
p { color: rgb(162,155,40); }
H1.HeaderClassName
{
color: #A29B28;
}
.AnyTagClassName
{
color: #A29B28;
}
</style>
background-color css
<style>
a { background-color: #A29B28; }
a { background-color: rgb(162,155,40); }
div.DivClassName
{
background-color: #A29B28;
}
.BgClassName
{
background-color: #A29B28;
}
</style>
border-color css
<style>
span { border-color: #A29B28; }
span { border-color: rgb(162,155,40); }
td.TdClassName
{
border-color: #A29B28;
}
.TagClassName
{
border-color: #A29B28;
}
</style>