Shades of Lucky #A7981A
Tints of Lucky #A7981A
RGB
CMYK
RGB Variations
Color information
#A7981A (or 0xA7981A) is known color: Lucky. HEX triplet: A7, 98 and 1A. RGB value is (167,152,26). Sum of RGB (Red+Green+Blue) = 167+152+26=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A7981A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7981A is #5867E5. Grayscale: #8E8E8E. Windows color (decimal): -5793766 or 1743015. OLE color: 1743015.
HSL color Cylindrical-coordinate representation of color #A7981A: hue angle of 53.62º 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 #A7981A is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 152 | 26 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.35 |
| HSL | 53.62º | 0.73% | 0.38% | - |
| HSV(B) | 53.62º | 0.84% | 0.65% | - |
| XYZ | 27.35 | 30.75 | 5.47 | - |
| YUV | 142.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 26 | 0 | 0.09 | 0.84 | 0.35 | 53.62 | 0.73 | 0.38 |
| Hex | A7 | 98 | 1A | 0 | 9 | 54 | 23 | 36 | 49 | 26 |
| Octal | 247 | 230 | 32 | 0 | 11 | 124 | 43 | 66 | 111 | 46 |
| Binary | 10100111 | 10011000 | 11010 | 0 | 1001 | 1010100 | 100011 | 110110 | 1001001 | 100110 |
Color Harmonies of #A7981A
Complementary color
Monochromatic Colors of #A7981A
Black with #A7981A
Text Example
Text Example
White with #A7981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7981A; }
p { color: rgb(167,152,26); }
H1.HeaderClassName
{
color: #A7981A;
}
.AnyTagClassName
{
color: #A7981A;
}
</style>
background-color css
<style>
a { background-color: #A7981A; }
a { background-color: rgb(167,152,26); }
div.DivClassName
{
background-color: #A7981A;
}
.BgClassName
{
background-color: #A7981A;
}
</style>
border-color css
<style>
span { border-color: #A7981A; }
span { border-color: rgb(167,152,26); }
td.TdClassName
{
border-color: #A7981A;
}
.TagClassName
{
border-color: #A7981A;
}
</style>