Shades of Lucky #A39E2E
Tints of Lucky #A39E2E
RGB
CMYK
RGB Variations
Color information
#A39E2E (or 0xA39E2E) is known color: Lucky. HEX triplet: A3, 9E and 2E. RGB value is (163,158,46). Sum of RGB (Red+Green+Blue) = 163+158+46=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39E2E is #5C61D1. Grayscale: #939393. Windows color (decimal): -6054354 or 3055267. OLE color: 3055267.
HSL color Cylindrical-coordinate representation of color #A39E2E: hue angle of 57.44º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A39E2E is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 158 | 46 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.36 |
| HSL | 57.44º | 0.56% | 0.41% | - |
| HSV(B) | 57.44º | 0.72% | 0.64% | - |
| XYZ | 27.82 | 32.44 | 7.38 | - |
| YUV | 146.73 | 71.16 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 158 | 46 | 0 | 0.03 | 0.72 | 0.36 | 57.44 | 0.56 | 0.41 |
| Hex | A3 | 9E | 2E | 0 | 3 | 48 | 24 | 39 | 38 | 29 |
| Octal | 243 | 236 | 56 | 0 | 3 | 110 | 44 | 71 | 70 | 51 |
| Binary | 10100011 | 10011110 | 101110 | 0 | 11 | 1001000 | 100100 | 111001 | 111000 | 101001 |
Color Harmonies of #A39E2E
Complementary color
Monochromatic Colors of #A39E2E
Black with #A39E2E
Text Example
Text Example
White with #A39E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39E2E; }
p { color: rgb(163,158,46); }
H1.HeaderClassName
{
color: #A39E2E;
}
.AnyTagClassName
{
color: #A39E2E;
}
</style>
background-color css
<style>
a { background-color: #A39E2E; }
a { background-color: rgb(163,158,46); }
div.DivClassName
{
background-color: #A39E2E;
}
.BgClassName
{
background-color: #A39E2E;
}
</style>
border-color css
<style>
span { border-color: #A39E2E; }
span { border-color: rgb(163,158,46); }
td.TdClassName
{
border-color: #A39E2E;
}
.TagClassName
{
border-color: #A39E2E;
}
</style>