Shades of Lucky #A89326
Tints of Lucky #A89326
RGB
CMYK
RGB Variations
Color information
#A89326 (or 0xA89326) is known color: Lucky. HEX triplet: A8, 93 and 26. RGB value is (168,147,38). Sum of RGB (Red+Green+Blue) = 168+147+38=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A89326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89326 is #576CD9. Grayscale: #8D8D8D. Windows color (decimal): -5729498 or 2528168. OLE color: 2528168.
HSL color Cylindrical-coordinate representation of color #A89326: hue angle of 50.31º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A89326 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 38 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.34 |
| HSL | 50.31º | 0.63% | 0.4% | - |
| HSV(B) | 50.31º | 0.77% | 0.66% | - |
| XYZ | 26.93 | 29.33 | 6.08 | - |
| YUV | 140.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 38 | 0 | 0.13 | 0.77 | 0.34 | 50.31 | 0.63 | 0.4 |
| Hex | A8 | 93 | 26 | 0 | D | 4D | 22 | 32 | 3F | 28 |
| Octal | 250 | 223 | 46 | 0 | 15 | 115 | 42 | 62 | 77 | 50 |
| Binary | 10101000 | 10010011 | 100110 | 0 | 1101 | 1001101 | 100010 | 110010 | 111111 | 101000 |
Color Harmonies of #A89326
Complementary color
Monochromatic Colors of #A89326
Black with #A89326
Text Example
Text Example
White with #A89326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89326; }
p { color: rgb(168,147,38); }
H1.HeaderClassName
{
color: #A89326;
}
.AnyTagClassName
{
color: #A89326;
}
</style>
background-color css
<style>
a { background-color: #A89326; }
a { background-color: rgb(168,147,38); }
div.DivClassName
{
background-color: #A89326;
}
.BgClassName
{
background-color: #A89326;
}
</style>
border-color css
<style>
span { border-color: #A89326; }
span { border-color: rgb(168,147,38); }
td.TdClassName
{
border-color: #A89326;
}
.TagClassName
{
border-color: #A89326;
}
</style>