Shades of Lucky #A0A327
Tints of Lucky #A0A327
RGB
CMYK
RGB Variations
Color information
#A0A327 (or 0xA0A327) is known color: Lucky. HEX triplet: A0, A3 and 27. RGB value is (160,163,39). Sum of RGB (Red+Green+Blue) = 160+163+39=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A327 is #5F5CD8. Grayscale: #949494. Windows color (decimal): -6249689 or 2597792. OLE color: 2597792.
HSL color Cylindrical-coordinate representation of color #A0A327: hue angle of 61.45º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0A327 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 39 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.36 |
| HSL | 61.45º | 0.61% | 0.4% | - |
| HSV(B) | 61.45º | 0.76% | 0.64% | - |
| XYZ | 27.96 | 33.81 | 6.97 | - |
| YUV | 147.97 | 66.51 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 39 | 0.02 | 0 | 0.76 | 0.36 | 61.45 | 0.61 | 0.4 |
| Hex | A0 | A3 | 27 | 2 | 0 | 4C | 24 | 3D | 3D | 28 |
| Octal | 240 | 243 | 47 | 2 | 0 | 114 | 44 | 75 | 75 | 50 |
| Binary | 10100000 | 10100011 | 100111 | 10 | 0 | 1001100 | 100100 | 111101 | 111101 | 101000 |
Color Harmonies of #A0A327
Complementary color
Monochromatic Colors of #A0A327
Black with #A0A327
Text Example
Text Example
White with #A0A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A327; }
p { color: rgb(160,163,39); }
H1.HeaderClassName
{
color: #A0A327;
}
.AnyTagClassName
{
color: #A0A327;
}
</style>
background-color css
<style>
a { background-color: #A0A327; }
a { background-color: rgb(160,163,39); }
div.DivClassName
{
background-color: #A0A327;
}
.BgClassName
{
background-color: #A0A327;
}
</style>
border-color css
<style>
span { border-color: #A0A327; }
span { border-color: rgb(160,163,39); }
td.TdClassName
{
border-color: #A0A327;
}
.TagClassName
{
border-color: #A0A327;
}
</style>