Shades of Lucky #A39B2B
Tints of Lucky #A39B2B
RGB
CMYK
RGB Variations
Color information
#A39B2B (or 0xA39B2B) is known color: Lucky. HEX triplet: A3, 9B and 2B. RGB value is (163,155,43). Sum of RGB (Red+Green+Blue) = 163+155+43=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B2B is #5C64D4. Grayscale: #919191. Windows color (decimal): -6055125 or 2857891. OLE color: 2857891.
HSL color Cylindrical-coordinate representation of color #A39B2B: hue angle of 56º 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 #A39B2B is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 43 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.36 |
| HSL | 56º | 0.58% | 0.4% | - |
| HSV(B) | 56º | 0.74% | 0.64% | - |
| XYZ | 27.26 | 31.4 | 6.91 | - |
| YUV | 144.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 43 | 0 | 0.05 | 0.74 | 0.36 | 56 | 0.58 | 0.4 |
| Hex | A3 | 9B | 2B | 0 | 5 | 4A | 24 | 38 | 3A | 28 |
| Octal | 243 | 233 | 53 | 0 | 5 | 112 | 44 | 70 | 72 | 50 |
| Binary | 10100011 | 10011011 | 101011 | 0 | 101 | 1001010 | 100100 | 111000 | 111010 | 101000 |
Color Harmonies of #A39B2B
Complementary color
Monochromatic Colors of #A39B2B
Black with #A39B2B
Text Example
Text Example
White with #A39B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39B2B; }
p { color: rgb(163,155,43); }
H1.HeaderClassName
{
color: #A39B2B;
}
.AnyTagClassName
{
color: #A39B2B;
}
</style>
background-color css
<style>
a { background-color: #A39B2B; }
a { background-color: rgb(163,155,43); }
div.DivClassName
{
background-color: #A39B2B;
}
.BgClassName
{
background-color: #A39B2B;
}
</style>
border-color css
<style>
span { border-color: #A39B2B; }
span { border-color: rgb(163,155,43); }
td.TdClassName
{
border-color: #A39B2B;
}
.TagClassName
{
border-color: #A39B2B;
}
</style>