Shades of Lucky #A09E2A
Tints of Lucky #A09E2A
RGB
CMYK
RGB Variations
Color information
#A09E2A (or 0xA09E2A) is known color: Lucky. HEX triplet: A0, 9E and 2A. RGB value is (160,158,42). Sum of RGB (Red+Green+Blue) = 160+158+42=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09E2A is #5F61D5. Grayscale: #919191. Windows color (decimal): -6250966 or 2793120. OLE color: 2793120.
HSL color Cylindrical-coordinate representation of color #A09E2A: hue angle of 58.98º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A09E2A is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 158 | 42 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.37 |
| HSL | 58.98º | 0.58% | 0.4% | - |
| HSV(B) | 58.98º | 0.74% | 0.63% | - |
| XYZ | 27.14 | 32.09 | 6.95 | - |
| YUV | 145.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 158 | 42 | 0 | 0.01 | 0.74 | 0.37 | 58.98 | 0.58 | 0.4 |
| Hex | A0 | 9E | 2A | 0 | 1 | 4A | 25 | 3B | 3A | 28 |
| Octal | 240 | 236 | 52 | 0 | 1 | 112 | 45 | 73 | 72 | 50 |
| Binary | 10100000 | 10011110 | 101010 | 0 | 1 | 1001010 | 100101 | 111011 | 111010 | 101000 |
Color Harmonies of #A09E2A
Complementary color
Monochromatic Colors of #A09E2A
Black with #A09E2A
Text Example
Text Example
White with #A09E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09E2A; }
p { color: rgb(160,158,42); }
H1.HeaderClassName
{
color: #A09E2A;
}
.AnyTagClassName
{
color: #A09E2A;
}
</style>
background-color css
<style>
a { background-color: #A09E2A; }
a { background-color: rgb(160,158,42); }
div.DivClassName
{
background-color: #A09E2A;
}
.BgClassName
{
background-color: #A09E2A;
}
</style>
border-color css
<style>
span { border-color: #A09E2A; }
span { border-color: rgb(160,158,42); }
td.TdClassName
{
border-color: #A09E2A;
}
.TagClassName
{
border-color: #A09E2A;
}
</style>