Shades of Lucky #A29D2A
Tints of Lucky #A29D2A
RGB
CMYK
RGB Variations
Color information
#A29D2A (or 0xA29D2A) is known color: Lucky. HEX triplet: A2, 9D and 2A. RGB value is (162,157,42). Sum of RGB (Red+Green+Blue) = 162+157+42=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D2A is #5D62D5. Grayscale: #919191. Windows color (decimal): -6120150 or 2792866. OLE color: 2792866.
HSL color Cylindrical-coordinate representation of color #A29D2A: hue angle of 57.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A29D2A is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 42 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.36 |
| HSL | 57.5º | 0.59% | 0.4% | - |
| HSV(B) | 57.5º | 0.74% | 0.64% | - |
| XYZ | 27.38 | 31.96 | 6.92 | - |
| YUV | 145.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 42 | 0 | 0.03 | 0.74 | 0.36 | 57.5 | 0.59 | 0.4 |
| Hex | A2 | 9D | 2A | 0 | 3 | 4A | 24 | 3A | 3B | 28 |
| Octal | 242 | 235 | 52 | 0 | 3 | 112 | 44 | 72 | 73 | 50 |
| Binary | 10100010 | 10011101 | 101010 | 0 | 11 | 1001010 | 100100 | 111010 | 111011 | 101000 |
Color Harmonies of #A29D2A
Complementary color
Monochromatic Colors of #A29D2A
Black with #A29D2A
Text Example
Text Example
White with #A29D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D2A; }
p { color: rgb(162,157,42); }
H1.HeaderClassName
{
color: #A29D2A;
}
.AnyTagClassName
{
color: #A29D2A;
}
</style>
background-color css
<style>
a { background-color: #A29D2A; }
a { background-color: rgb(162,157,42); }
div.DivClassName
{
background-color: #A29D2A;
}
.BgClassName
{
background-color: #A29D2A;
}
</style>
border-color css
<style>
span { border-color: #A29D2A; }
span { border-color: rgb(162,157,42); }
td.TdClassName
{
border-color: #A29D2A;
}
.TagClassName
{
border-color: #A29D2A;
}
</style>