Shades of Lucky #A3970A
Tints of Lucky #A3970A
RGB
CMYK
RGB Variations
Color information
#A3970A (or 0xA3970A) is known color: Lucky. HEX triplet: A3, 97 and 0A. RGB value is (163,151,10). Sum of RGB (Red+Green+Blue) = 163+151+10=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3970A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3970A is #5C68F5. Grayscale: #8B8B8B. Windows color (decimal): -6056182 or 694179. OLE color: 694179.
HSL color Cylindrical-coordinate representation of color #A3970A: hue angle of 55.29º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3970A is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 151 | 10 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.36 |
| HSL | 55.29º | 0.88% | 0.34% | - |
| HSV(B) | 55.29º | 0.94% | 0.64% | - |
| XYZ | 26.23 | 29.94 | 4.68 | - |
| YUV | 138.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 10 | 0 | 0.07 | 0.94 | 0.36 | 55.29 | 0.88 | 0.34 |
| Hex | A3 | 97 | A | 0 | 7 | 5E | 24 | 37 | 58 | 22 |
| Octal | 243 | 227 | 12 | 0 | 7 | 136 | 44 | 67 | 130 | 42 |
| Binary | 10100011 | 10010111 | 1010 | 0 | 111 | 1011110 | 100100 | 110111 | 1011000 | 100010 |
Color Harmonies of #A3970A
Complementary color
Monochromatic Colors of #A3970A
Black with #A3970A
Text Example
Text Example
White with #A3970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3970A; }
p { color: rgb(163,151,10); }
H1.HeaderClassName
{
color: #A3970A;
}
.AnyTagClassName
{
color: #A3970A;
}
</style>
background-color css
<style>
a { background-color: #A3970A; }
a { background-color: rgb(163,151,10); }
div.DivClassName
{
background-color: #A3970A;
}
.BgClassName
{
background-color: #A3970A;
}
</style>
border-color css
<style>
span { border-color: #A3970A; }
span { border-color: rgb(163,151,10); }
td.TdClassName
{
border-color: #A3970A;
}
.TagClassName
{
border-color: #A3970A;
}
</style>