Shades of Lucky #A3A728
Tints of Lucky #A3A728
RGB
CMYK
RGB Variations
Color information
#A3A728 (or 0xA3A728) is known color: Lucky. HEX triplet: A3, A7 and 28. RGB value is (163,167,40). Sum of RGB (Red+Green+Blue) = 163+167+40=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 167 (65.62% from 255 or 45.14% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A728 is #5C58D7. Grayscale: #979797. Windows color (decimal): -6052056 or 2664355. OLE color: 2664355.
HSL color Cylindrical-coordinate representation of color #A3A728: hue angle of 61.89º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3A728 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 167 | 40 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.35 |
| HSL | 61.89º | 0.61% | 0.41% | - |
| HSV(B) | 61.89º | 0.76% | 0.65% | - |
| XYZ | 29.31 | 35.58 | 7.33 | - |
| YUV | 151.33 | 65.17 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 167 | 40 | 0.02 | 0 | 0.76 | 0.35 | 61.89 | 0.61 | 0.41 |
| Hex | A3 | A7 | 28 | 2 | 0 | 4C | 23 | 3E | 3D | 29 |
| Octal | 243 | 247 | 50 | 2 | 0 | 114 | 43 | 76 | 75 | 51 |
| Binary | 10100011 | 10100111 | 101000 | 10 | 0 | 1001100 | 100011 | 111110 | 111101 | 101001 |
Color Harmonies of #A3A728
Complementary color
Monochromatic Colors of #A3A728
Black with #A3A728
Text Example
Text Example
White with #A3A728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A728; }
p { color: rgb(163,167,40); }
H1.HeaderClassName
{
color: #A3A728;
}
.AnyTagClassName
{
color: #A3A728;
}
</style>
background-color css
<style>
a { background-color: #A3A728; }
a { background-color: rgb(163,167,40); }
div.DivClassName
{
background-color: #A3A728;
}
.BgClassName
{
background-color: #A3A728;
}
</style>
border-color css
<style>
span { border-color: #A3A728; }
span { border-color: rgb(163,167,40); }
td.TdClassName
{
border-color: #A3A728;
}
.TagClassName
{
border-color: #A3A728;
}
</style>