Shades of Lucky #A09327
Tints of Lucky #A09327
RGB
CMYK
RGB Variations
Color information
#A09327 (or 0xA09327) is known color: Lucky. HEX triplet: A0, 93 and 27. RGB value is (160,147,39). Sum of RGB (Red+Green+Blue) = 160+147+39=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A09327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09327 is #5F6CD8. Grayscale: #8B8B8B. Windows color (decimal): -6253785 or 2593696. OLE color: 2593696.
HSL color Cylindrical-coordinate representation of color #A09327: hue angle of 53.55º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A09327 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 39 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.37 |
| HSL | 53.55º | 0.61% | 0.39% | - |
| HSV(B) | 53.55º | 0.76% | 0.63% | - |
| XYZ | 25.3 | 28.49 | 6.08 | - |
| YUV | 138.58 | 71.81 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 39 | 0 | 0.08 | 0.76 | 0.37 | 53.55 | 0.61 | 0.39 |
| Hex | A0 | 93 | 27 | 0 | 8 | 4C | 25 | 36 | 3D | 27 |
| Octal | 240 | 223 | 47 | 0 | 10 | 114 | 45 | 66 | 75 | 47 |
| Binary | 10100000 | 10010011 | 100111 | 0 | 1000 | 1001100 | 100101 | 110110 | 111101 | 100111 |
Color Harmonies of #A09327
Complementary color
Monochromatic Colors of #A09327
Black with #A09327
Text Example
Text Example
White with #A09327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09327; }
p { color: rgb(160,147,39); }
H1.HeaderClassName
{
color: #A09327;
}
.AnyTagClassName
{
color: #A09327;
}
</style>
background-color css
<style>
a { background-color: #A09327; }
a { background-color: rgb(160,147,39); }
div.DivClassName
{
background-color: #A09327;
}
.BgClassName
{
background-color: #A09327;
}
</style>
border-color css
<style>
span { border-color: #A09327; }
span { border-color: rgb(160,147,39); }
td.TdClassName
{
border-color: #A09327;
}
.TagClassName
{
border-color: #A09327;
}
</style>