Shades of Lucky #A39C2B
Tints of Lucky #A39C2B
RGB
CMYK
RGB Variations
Color information
#A39C2B (or 0xA39C2B) is known color: Lucky. HEX triplet: A3, 9C and 2B. RGB value is (163,156,43). Sum of RGB (Red+Green+Blue) = 163+156+43=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39C2B is #5C63D4. Grayscale: #919191. Windows color (decimal): -6054869 or 2858147. OLE color: 2858147.
HSL color Cylindrical-coordinate representation of color #A39C2B: hue angle of 56.5º 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 #A39C2B is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 156 | 43 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.36 |
| HSL | 56.5º | 0.58% | 0.4% | - |
| HSV(B) | 56.5º | 0.74% | 0.64% | - |
| XYZ | 27.43 | 31.74 | 6.97 | - |
| YUV | 145.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 43 | 0 | 0.04 | 0.74 | 0.36 | 56.5 | 0.58 | 0.4 |
| Hex | A3 | 9C | 2B | 0 | 4 | 4A | 24 | 38 | 3A | 28 |
| Octal | 243 | 234 | 53 | 0 | 4 | 112 | 44 | 70 | 72 | 50 |
| Binary | 10100011 | 10011100 | 101011 | 0 | 100 | 1001010 | 100100 | 111000 | 111010 | 101000 |
Color Harmonies of #A39C2B
Complementary color
Monochromatic Colors of #A39C2B
Black with #A39C2B
Text Example
Text Example
White with #A39C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C2B; }
p { color: rgb(163,156,43); }
H1.HeaderClassName
{
color: #A39C2B;
}
.AnyTagClassName
{
color: #A39C2B;
}
</style>
background-color css
<style>
a { background-color: #A39C2B; }
a { background-color: rgb(163,156,43); }
div.DivClassName
{
background-color: #A39C2B;
}
.BgClassName
{
background-color: #A39C2B;
}
</style>
border-color css
<style>
span { border-color: #A39C2B; }
span { border-color: rgb(163,156,43); }
td.TdClassName
{
border-color: #A39C2B;
}
.TagClassName
{
border-color: #A39C2B;
}
</style>