Shades of Lucky #A09524
Tints of Lucky #A09524
RGB
CMYK
RGB Variations
Color information
#A09524 (or 0xA09524) is known color: Lucky. HEX triplet: A0, 95 and 24. RGB value is (160,149,36). Sum of RGB (Red+Green+Blue) = 160+149+36=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A09524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09524 is #5F6ADB. Grayscale: #8B8B8B. Windows color (decimal): -6253276 or 2397600. OLE color: 2397600.
HSL color Cylindrical-coordinate representation of color #A09524: hue angle of 54.68º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A09524 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 36 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.37 |
| HSL | 54.68º | 0.63% | 0.38% | - |
| HSV(B) | 54.68º | 0.78% | 0.63% | - |
| XYZ | 25.56 | 29.1 | 5.94 | - |
| YUV | 139.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 36 | 0 | 0.07 | 0.78 | 0.37 | 54.68 | 0.63 | 0.38 |
| Hex | A0 | 95 | 24 | 0 | 7 | 4E | 25 | 37 | 3F | 26 |
| Octal | 240 | 225 | 44 | 0 | 7 | 116 | 45 | 67 | 77 | 46 |
| Binary | 10100000 | 10010101 | 100100 | 0 | 111 | 1001110 | 100101 | 110111 | 111111 | 100110 |
Color Harmonies of #A09524
Complementary color
Monochromatic Colors of #A09524
Black with #A09524
Text Example
Text Example
White with #A09524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09524; }
p { color: rgb(160,149,36); }
H1.HeaderClassName
{
color: #A09524;
}
.AnyTagClassName
{
color: #A09524;
}
</style>
background-color css
<style>
a { background-color: #A09524; }
a { background-color: rgb(160,149,36); }
div.DivClassName
{
background-color: #A09524;
}
.BgClassName
{
background-color: #A09524;
}
</style>
border-color css
<style>
span { border-color: #A09524; }
span { border-color: rgb(160,149,36); }
td.TdClassName
{
border-color: #A09524;
}
.TagClassName
{
border-color: #A09524;
}
</style>