Shades of Lucky #A09325
Tints of Lucky #A09325
RGB
CMYK
RGB Variations
Color information
#A09325 (or 0xA09325) is known color: Lucky. HEX triplet: A0, 93 and 25. RGB value is (160,147,37). Sum of RGB (Red+Green+Blue) = 160+147+37=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A09325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09325 is #5F6CDA. Grayscale: #8A8A8A. Windows color (decimal): -6253787 or 2462624. OLE color: 2462624.
HSL color Cylindrical-coordinate representation of color #A09325: hue angle of 53.66º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A09325 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 37 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.37 |
| HSL | 53.66º | 0.62% | 0.39% | - |
| HSV(B) | 53.66º | 0.77% | 0.63% | - |
| XYZ | 25.26 | 28.47 | 5.91 | - |
| YUV | 138.35 | 70.81 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 37 | 0 | 0.08 | 0.77 | 0.37 | 53.66 | 0.62 | 0.39 |
| Hex | A0 | 93 | 25 | 0 | 8 | 4D | 25 | 36 | 3E | 27 |
| Octal | 240 | 223 | 45 | 0 | 10 | 115 | 45 | 66 | 76 | 47 |
| Binary | 10100000 | 10010011 | 100101 | 0 | 1000 | 1001101 | 100101 | 110110 | 111110 | 100111 |
Color Harmonies of #A09325
Complementary color
Monochromatic Colors of #A09325
Black with #A09325
Text Example
Text Example
White with #A09325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09325; }
p { color: rgb(160,147,37); }
H1.HeaderClassName
{
color: #A09325;
}
.AnyTagClassName
{
color: #A09325;
}
</style>
background-color css
<style>
a { background-color: #A09325; }
a { background-color: rgb(160,147,37); }
div.DivClassName
{
background-color: #A09325;
}
.BgClassName
{
background-color: #A09325;
}
</style>
border-color css
<style>
span { border-color: #A09325; }
span { border-color: rgb(160,147,37); }
td.TdClassName
{
border-color: #A09325;
}
.TagClassName
{
border-color: #A09325;
}
</style>