Shades of Lucky #A4A32D
Tints of Lucky #A4A32D
RGB
CMYK
RGB Variations
Color information
#A4A32D (or 0xA4A32D) is known color: Lucky. HEX triplet: A4, A3 and 2D. RGB value is (164,163,45). Sum of RGB (Red+Green+Blue) = 164+163+45=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A32D is #5B5CD2. Grayscale: #969696. Windows color (decimal): -5987539 or 2991012. OLE color: 2991012.
HSL color Cylindrical-coordinate representation of color #A4A32D: hue angle of 59.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4A32D is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 45 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.36 |
| HSL | 59.5º | 0.57% | 0.41% | - |
| HSV(B) | 59.5º | 0.73% | 0.64% | - |
| XYZ | 28.88 | 34.28 | 7.58 | - |
| YUV | 149.85 | 68.83 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 45 | 0 | 0.01 | 0.73 | 0.36 | 59.5 | 0.57 | 0.41 |
| Hex | A4 | A3 | 2D | 0 | 1 | 49 | 24 | 3B | 39 | 29 |
| Octal | 244 | 243 | 55 | 0 | 1 | 111 | 44 | 73 | 71 | 51 |
| Binary | 10100100 | 10100011 | 101101 | 0 | 1 | 1001001 | 100100 | 111011 | 111001 | 101001 |
Color Harmonies of #A4A32D
Complementary color
Monochromatic Colors of #A4A32D
Black with #A4A32D
Text Example
Text Example
White with #A4A32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A32D; }
p { color: rgb(164,163,45); }
H1.HeaderClassName
{
color: #A4A32D;
}
.AnyTagClassName
{
color: #A4A32D;
}
</style>
background-color css
<style>
a { background-color: #A4A32D; }
a { background-color: rgb(164,163,45); }
div.DivClassName
{
background-color: #A4A32D;
}
.BgClassName
{
background-color: #A4A32D;
}
</style>
border-color css
<style>
span { border-color: #A4A32D; }
span { border-color: rgb(164,163,45); }
td.TdClassName
{
border-color: #A4A32D;
}
.TagClassName
{
border-color: #A4A32D;
}
</style>