Shades of Lucky #A89324
Tints of Lucky #A89324
RGB
CMYK
RGB Variations
Color information
#A89324 (or 0xA89324) is known color: Lucky. HEX triplet: A8, 93 and 24. RGB value is (168,147,36). Sum of RGB (Red+Green+Blue) = 168+147+36=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A89324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89324 is #576CDB. Grayscale: #8D8D8D. Windows color (decimal): -5729500 or 2397096. OLE color: 2397096.
HSL color Cylindrical-coordinate representation of color #A89324: hue angle of 50.45º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A89324 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 36 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.34 |
| HSL | 50.45º | 0.65% | 0.4% | - |
| HSV(B) | 50.45º | 0.79% | 0.66% | - |
| XYZ | 26.9 | 29.32 | 5.91 | - |
| YUV | 140.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 36 | 0 | 0.13 | 0.79 | 0.34 | 50.45 | 0.65 | 0.4 |
| Hex | A8 | 93 | 24 | 0 | D | 4F | 22 | 32 | 41 | 28 |
| Octal | 250 | 223 | 44 | 0 | 15 | 117 | 42 | 62 | 101 | 50 |
| Binary | 10101000 | 10010011 | 100100 | 0 | 1101 | 1001111 | 100010 | 110010 | 1000001 | 101000 |
Color Harmonies of #A89324
Complementary color
Monochromatic Colors of #A89324
Black with #A89324
Text Example
Text Example
White with #A89324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89324; }
p { color: rgb(168,147,36); }
H1.HeaderClassName
{
color: #A89324;
}
.AnyTagClassName
{
color: #A89324;
}
</style>
background-color css
<style>
a { background-color: #A89324; }
a { background-color: rgb(168,147,36); }
div.DivClassName
{
background-color: #A89324;
}
.BgClassName
{
background-color: #A89324;
}
</style>
border-color css
<style>
span { border-color: #A89324; }
span { border-color: rgb(168,147,36); }
td.TdClassName
{
border-color: #A89324;
}
.TagClassName
{
border-color: #A89324;
}
</style>