Shades of Lucky #A3961B
Tints of Lucky #A3961B
RGB
CMYK
RGB Variations
Color information
#A3961B (or 0xA3961B) is known color: Lucky. HEX triplet: A3, 96 and 1B. RGB value is (163,150,27). Sum of RGB (Red+Green+Blue) = 163+150+27=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3961B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3961B is #5C69E4. Grayscale: #8C8C8C. Windows color (decimal): -6056421 or 1808035. OLE color: 1808035.
HSL color Cylindrical-coordinate representation of color #A3961B: hue angle of 54.26º degrees, saturation: 0.72, 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 #A3961B is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 27 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.36 |
| HSL | 54.26º | 0.72% | 0.37% | - |
| HSV(B) | 54.26º | 0.83% | 0.64% | - |
| XYZ | 26.21 | 29.68 | 5.38 | - |
| YUV | 139.87 | 64.31 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 27 | 0 | 0.08 | 0.83 | 0.36 | 54.26 | 0.72 | 0.37 |
| Hex | A3 | 96 | 1B | 0 | 8 | 53 | 24 | 36 | 48 | 25 |
| Octal | 243 | 226 | 33 | 0 | 10 | 123 | 44 | 66 | 110 | 45 |
| Binary | 10100011 | 10010110 | 11011 | 0 | 1000 | 1010011 | 100100 | 110110 | 1001000 | 100101 |
Color Harmonies of #A3961B
Complementary color
Monochromatic Colors of #A3961B
Black with #A3961B
Text Example
Text Example
White with #A3961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3961B; }
p { color: rgb(163,150,27); }
H1.HeaderClassName
{
color: #A3961B;
}
.AnyTagClassName
{
color: #A3961B;
}
</style>
background-color css
<style>
a { background-color: #A3961B; }
a { background-color: rgb(163,150,27); }
div.DivClassName
{
background-color: #A3961B;
}
.BgClassName
{
background-color: #A3961B;
}
</style>
border-color css
<style>
span { border-color: #A3961B; }
span { border-color: rgb(163,150,27); }
td.TdClassName
{
border-color: #A3961B;
}
.TagClassName
{
border-color: #A3961B;
}
</style>