Shades of Lucky #A3A52A
Tints of Lucky #A3A52A
RGB
CMYK
RGB Variations
Color information
#A3A52A (or 0xA3A52A) is known color: Lucky. HEX triplet: A3, A5 and 2A. RGB value is (163,165,42). Sum of RGB (Red+Green+Blue) = 163+165+42=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A52A is #5C5AD5. Grayscale: #969696. Windows color (decimal): -6052566 or 2794915. OLE color: 2794915.
HSL color Cylindrical-coordinate representation of color #A3A52A: hue angle of 60.98º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3A52A is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 165 | 42 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.35 |
| HSL | 60.98º | 0.59% | 0.41% | - |
| HSV(B) | 60.98º | 0.75% | 0.65% | - |
| XYZ | 28.98 | 34.86 | 7.39 | - |
| YUV | 150.38 | 66.84 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 42 | 0.01 | 0 | 0.75 | 0.35 | 60.98 | 0.59 | 0.41 |
| Hex | A3 | A5 | 2A | 1 | 0 | 4B | 23 | 3D | 3B | 29 |
| Octal | 243 | 245 | 52 | 1 | 0 | 113 | 43 | 75 | 73 | 51 |
| Binary | 10100011 | 10100101 | 101010 | 1 | 0 | 1001011 | 100011 | 111101 | 111011 | 101001 |
Color Harmonies of #A3A52A
Complementary color
Monochromatic Colors of #A3A52A
Black with #A3A52A
Text Example
Text Example
White with #A3A52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A52A; }
p { color: rgb(163,165,42); }
H1.HeaderClassName
{
color: #A3A52A;
}
.AnyTagClassName
{
color: #A3A52A;
}
</style>
background-color css
<style>
a { background-color: #A3A52A; }
a { background-color: rgb(163,165,42); }
div.DivClassName
{
background-color: #A3A52A;
}
.BgClassName
{
background-color: #A3A52A;
}
</style>
border-color css
<style>
span { border-color: #A3A52A; }
span { border-color: rgb(163,165,42); }
td.TdClassName
{
border-color: #A3A52A;
}
.TagClassName
{
border-color: #A3A52A;
}
</style>