Shades of Lucky #A3961C
Tints of Lucky #A3961C
RGB
CMYK
RGB Variations
Color information
#A3961C (or 0xA3961C) is known color: Lucky. HEX triplet: A3, 96 and 1C. RGB value is (163,150,28). Sum of RGB (Red+Green+Blue) = 163+150+28=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3961C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3961C is #5C69E3. Grayscale: #8C8C8C. Windows color (decimal): -6056420 or 1873571. OLE color: 1873571.
HSL color Cylindrical-coordinate representation of color #A3961C: hue angle of 54.22º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3961C is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 28 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.36 |
| HSL | 54.22º | 0.71% | 0.37% | - |
| HSV(B) | 54.22º | 0.83% | 0.64% | - |
| XYZ | 26.22 | 29.68 | 5.45 | - |
| YUV | 139.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 28 | 0 | 0.08 | 0.83 | 0.36 | 54.22 | 0.71 | 0.37 |
| Hex | A3 | 96 | 1C | 0 | 8 | 53 | 24 | 36 | 47 | 25 |
| Octal | 243 | 226 | 34 | 0 | 10 | 123 | 44 | 66 | 107 | 45 |
| Binary | 10100011 | 10010110 | 11100 | 0 | 1000 | 1010011 | 100100 | 110110 | 1000111 | 100101 |
Color Harmonies of #A3961C
Complementary color
Monochromatic Colors of #A3961C
Black with #A3961C
Text Example
Text Example
White with #A3961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3961C; }
p { color: rgb(163,150,28); }
H1.HeaderClassName
{
color: #A3961C;
}
.AnyTagClassName
{
color: #A3961C;
}
</style>
background-color css
<style>
a { background-color: #A3961C; }
a { background-color: rgb(163,150,28); }
div.DivClassName
{
background-color: #A3961C;
}
.BgClassName
{
background-color: #A3961C;
}
</style>
border-color css
<style>
span { border-color: #A3961C; }
span { border-color: rgb(163,150,28); }
td.TdClassName
{
border-color: #A3961C;
}
.TagClassName
{
border-color: #A3961C;
}
</style>