Shades of Lucky #A3A22C
Tints of Lucky #A3A22C
RGB
CMYK
RGB Variations
Color information
#A3A22C (or 0xA3A22C) is known color: Lucky. HEX triplet: A3, A2 and 2C. RGB value is (163,162,44). Sum of RGB (Red+Green+Blue) = 163+162+44=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A22C is #5C5DD3. Grayscale: #959595. Windows color (decimal): -6053332 or 2925219. OLE color: 2925219.
HSL color Cylindrical-coordinate representation of color #A3A22C: 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 #A3A22C is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 44 | - |
| 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.48 | 33.81 | 7.41 | - |
| YUV | 148.85 | 68.83 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 44 | 0 | 0.01 | 0.73 | 0.36 | 59.5 | 0.57 | 0.41 |
| Hex | A3 | A2 | 2C | 0 | 1 | 49 | 24 | 3B | 39 | 29 |
| Octal | 243 | 242 | 54 | 0 | 1 | 111 | 44 | 73 | 71 | 51 |
| Binary | 10100011 | 10100010 | 101100 | 0 | 1 | 1001001 | 100100 | 111011 | 111001 | 101001 |
Color Harmonies of #A3A22C
Complementary color
Monochromatic Colors of #A3A22C
Black with #A3A22C
Text Example
Text Example
White with #A3A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A22C; }
p { color: rgb(163,162,44); }
H1.HeaderClassName
{
color: #A3A22C;
}
.AnyTagClassName
{
color: #A3A22C;
}
</style>
background-color css
<style>
a { background-color: #A3A22C; }
a { background-color: rgb(163,162,44); }
div.DivClassName
{
background-color: #A3A22C;
}
.BgClassName
{
background-color: #A3A22C;
}
</style>
border-color css
<style>
span { border-color: #A3A22C; }
span { border-color: rgb(163,162,44); }
td.TdClassName
{
border-color: #A3A22C;
}
.TagClassName
{
border-color: #A3A22C;
}
</style>