Shades of Lucky #A7961A
Tints of Lucky #A7961A
RGB
CMYK
RGB Variations
Color information
#A7961A (or 0xA7961A) is known color: Lucky. HEX triplet: A7, 96 and 1A. RGB value is (167,150,26). Sum of RGB (Red+Green+Blue) = 167+150+26=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A7961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7961A is #5869E5. Grayscale: #8D8D8D. Windows color (decimal): -5794278 or 1742503. OLE color: 1742503.
HSL color Cylindrical-coordinate representation of color #A7961A: hue angle of 52.77º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7961A is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 150 | 26 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.35 |
| HSL | 52.77º | 0.73% | 0.38% | - |
| HSV(B) | 52.77º | 0.84% | 0.65% | - |
| XYZ | 27.03 | 30.1 | 5.36 | - |
| YUV | 140.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 150 | 26 | 0 | 0.10 | 0.84 | 0.35 | 52.77 | 0.73 | 0.38 |
| Hex | A7 | 96 | 1A | 0 | A | 54 | 23 | 35 | 49 | 26 |
| Octal | 247 | 226 | 32 | 0 | 12 | 124 | 43 | 65 | 111 | 46 |
| Binary | 10100111 | 10010110 | 11010 | 0 | 1010 | 1010100 | 100011 | 110101 | 1001001 | 100110 |
Color Harmonies of #A7961A
Complementary color
Monochromatic Colors of #A7961A
Black with #A7961A
Text Example
Text Example
White with #A7961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7961A; }
p { color: rgb(167,150,26); }
H1.HeaderClassName
{
color: #A7961A;
}
.AnyTagClassName
{
color: #A7961A;
}
</style>
background-color css
<style>
a { background-color: #A7961A; }
a { background-color: rgb(167,150,26); }
div.DivClassName
{
background-color: #A7961A;
}
.BgClassName
{
background-color: #A7961A;
}
</style>
border-color css
<style>
span { border-color: #A7961A; }
span { border-color: rgb(167,150,26); }
td.TdClassName
{
border-color: #A7961A;
}
.TagClassName
{
border-color: #A7961A;
}
</style>