Shades of Lucky #A29D1B
Tints of Lucky #A29D1B
RGB
CMYK
RGB Variations
Color information
#A29D1B (or 0xA29D1B) is known color: Lucky. HEX triplet: A2, 9D and 1B. RGB value is (162,157,27). Sum of RGB (Red+Green+Blue) = 162+157+27=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D1B is #5D62E4. Grayscale: #909090. Windows color (decimal): -6120165 or 1809826. OLE color: 1809826.
HSL color Cylindrical-coordinate representation of color #A29D1B: hue angle of 57.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A29D1B is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 27 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.36 |
| HSL | 57.78º | 0.71% | 0.37% | - |
| HSV(B) | 57.78º | 0.83% | 0.64% | - |
| XYZ | 27.16 | 31.87 | 5.76 | - |
| YUV | 143.68 | 62.16 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 27 | 0 | 0.03 | 0.83 | 0.36 | 57.78 | 0.71 | 0.37 |
| Hex | A2 | 9D | 1B | 0 | 3 | 53 | 24 | 3A | 47 | 25 |
| Octal | 242 | 235 | 33 | 0 | 3 | 123 | 44 | 72 | 107 | 45 |
| Binary | 10100010 | 10011101 | 11011 | 0 | 11 | 1010011 | 100100 | 111010 | 1000111 | 100101 |
Color Harmonies of #A29D1B
Complementary color
Monochromatic Colors of #A29D1B
Black with #A29D1B
Text Example
Text Example
White with #A29D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D1B; }
p { color: rgb(162,157,27); }
H1.HeaderClassName
{
color: #A29D1B;
}
.AnyTagClassName
{
color: #A29D1B;
}
</style>
background-color css
<style>
a { background-color: #A29D1B; }
a { background-color: rgb(162,157,27); }
div.DivClassName
{
background-color: #A29D1B;
}
.BgClassName
{
background-color: #A29D1B;
}
</style>
border-color css
<style>
span { border-color: #A29D1B; }
span { border-color: rgb(162,157,27); }
td.TdClassName
{
border-color: #A29D1B;
}
.TagClassName
{
border-color: #A29D1B;
}
</style>