Shades of Lucky #A39D2B
Tints of Lucky #A39D2B
RGB
CMYK
RGB Variations
Color information
#A39D2B (or 0xA39D2B) is known color: Lucky. HEX triplet: A3, 9D and 2B. RGB value is (163,157,43). Sum of RGB (Red+Green+Blue) = 163+157+43=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39D2B is #5C62D4. Grayscale: #929292. Windows color (decimal): -6054613 or 2858403. OLE color: 2858403.
HSL color Cylindrical-coordinate representation of color #A39D2B: hue angle of 57º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A39D2B is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 43 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.36 |
| HSL | 57º | 0.58% | 0.4% | - |
| HSV(B) | 57º | 0.74% | 0.64% | - |
| XYZ | 27.6 | 32.07 | 7.02 | - |
| YUV | 145.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 43 | 0 | 0.04 | 0.74 | 0.36 | 57 | 0.58 | 0.4 |
| Hex | A3 | 9D | 2B | 0 | 4 | 4A | 24 | 39 | 3A | 28 |
| Octal | 243 | 235 | 53 | 0 | 4 | 112 | 44 | 71 | 72 | 50 |
| Binary | 10100011 | 10011101 | 101011 | 0 | 100 | 1001010 | 100100 | 111001 | 111010 | 101000 |
Color Harmonies of #A39D2B
Complementary color
Monochromatic Colors of #A39D2B
Black with #A39D2B
Text Example
Text Example
White with #A39D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D2B; }
p { color: rgb(163,157,43); }
H1.HeaderClassName
{
color: #A39D2B;
}
.AnyTagClassName
{
color: #A39D2B;
}
</style>
background-color css
<style>
a { background-color: #A39D2B; }
a { background-color: rgb(163,157,43); }
div.DivClassName
{
background-color: #A39D2B;
}
.BgClassName
{
background-color: #A39D2B;
}
</style>
border-color css
<style>
span { border-color: #A39D2B; }
span { border-color: rgb(163,157,43); }
td.TdClassName
{
border-color: #A39D2B;
}
.TagClassName
{
border-color: #A39D2B;
}
</style>