Shades of Lucky #A3971E
Tints of Lucky #A3971E
RGB
CMYK
RGB Variations
Color information
#A3971E (or 0xA3971E) is known color: Lucky. HEX triplet: A3, 97 and 1E. RGB value is (163,151,30). Sum of RGB (Red+Green+Blue) = 163+151+30=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A3971E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3971E is #5C68E1. Grayscale: #8D8D8D. Windows color (decimal): -6056162 or 2004899. OLE color: 2004899.
HSL color Cylindrical-coordinate representation of color #A3971E: hue angle of 54.59º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A3971E is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 151 | 30 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.36 |
| HSL | 54.59º | 0.69% | 0.38% | - |
| HSV(B) | 54.59º | 0.82% | 0.64% | - |
| XYZ | 26.41 | 30.01 | 5.63 | - |
| YUV | 140.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 30 | 0 | 0.07 | 0.82 | 0.36 | 54.59 | 0.69 | 0.38 |
| Hex | A3 | 97 | 1E | 0 | 7 | 52 | 24 | 37 | 45 | 26 |
| Octal | 243 | 227 | 36 | 0 | 7 | 122 | 44 | 67 | 105 | 46 |
| Binary | 10100011 | 10010111 | 11110 | 0 | 111 | 1010010 | 100100 | 110111 | 1000101 | 100110 |
Color Harmonies of #A3971E
Complementary color
Monochromatic Colors of #A3971E
Black with #A3971E
Text Example
Text Example
White with #A3971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3971E; }
p { color: rgb(163,151,30); }
H1.HeaderClassName
{
color: #A3971E;
}
.AnyTagClassName
{
color: #A3971E;
}
</style>
background-color css
<style>
a { background-color: #A3971E; }
a { background-color: rgb(163,151,30); }
div.DivClassName
{
background-color: #A3971E;
}
.BgClassName
{
background-color: #A3971E;
}
</style>
border-color css
<style>
span { border-color: #A3971E; }
span { border-color: rgb(163,151,30); }
td.TdClassName
{
border-color: #A3971E;
}
.TagClassName
{
border-color: #A3971E;
}
</style>