Shades of Lucky #A39B2C
Tints of Lucky #A39B2C
RGB
CMYK
RGB Variations
Color information
#A39B2C (or 0xA39B2C) is known color: Lucky. HEX triplet: A3, 9B and 2C. RGB value is (163,155,44). Sum of RGB (Red+Green+Blue) = 163+155+44=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B2C is #5C64D3. Grayscale: #919191. Windows color (decimal): -6055124 or 2923427. OLE color: 2923427.
HSL color Cylindrical-coordinate representation of color #A39B2C: hue angle of 55.97º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A39B2C is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 44 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.36 |
| HSL | 55.97º | 0.57% | 0.41% | - |
| HSV(B) | 55.97º | 0.73% | 0.64% | - |
| XYZ | 27.28 | 31.41 | 7.01 | - |
| YUV | 144.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 44 | 0 | 0.05 | 0.73 | 0.36 | 55.97 | 0.57 | 0.41 |
| Hex | A3 | 9B | 2C | 0 | 5 | 49 | 24 | 38 | 39 | 29 |
| Octal | 243 | 233 | 54 | 0 | 5 | 111 | 44 | 70 | 71 | 51 |
| Binary | 10100011 | 10011011 | 101100 | 0 | 101 | 1001001 | 100100 | 111000 | 111001 | 101001 |
Color Harmonies of #A39B2C
Complementary color
Monochromatic Colors of #A39B2C
Black with #A39B2C
Text Example
Text Example
White with #A39B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39B2C; }
p { color: rgb(163,155,44); }
H1.HeaderClassName
{
color: #A39B2C;
}
.AnyTagClassName
{
color: #A39B2C;
}
</style>
background-color css
<style>
a { background-color: #A39B2C; }
a { background-color: rgb(163,155,44); }
div.DivClassName
{
background-color: #A39B2C;
}
.BgClassName
{
background-color: #A39B2C;
}
</style>
border-color css
<style>
span { border-color: #A39B2C; }
span { border-color: rgb(163,155,44); }
td.TdClassName
{
border-color: #A39B2C;
}
.TagClassName
{
border-color: #A39B2C;
}
</style>