Shades of Lucky #A8980D
Tints of Lucky #A8980D
RGB
CMYK
RGB Variations
Color information
#A8980D (or 0xA8980D) is known color: Lucky. HEX triplet: A8, 98 and 0D. RGB value is (168,152,13). Sum of RGB (Red+Green+Blue) = 168+152+13=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8980D is #5767F2. Grayscale: #8D8D8D. Windows color (decimal): -5728243 or 891048. OLE color: 891048.
HSL color Cylindrical-coordinate representation of color #A8980D: hue angle of 53.81º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8980D is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 13 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.34 |
| HSL | 53.81º | 0.86% | 0.35% | - |
| HSV(B) | 53.81º | 0.92% | 0.66% | - |
| XYZ | 27.45 | 30.81 | 4.88 | - |
| YUV | 140.94 | 55.8 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 13 | 0 | 0.10 | 0.92 | 0.34 | 53.81 | 0.86 | 0.35 |
| Hex | A8 | 98 | D | 0 | A | 5C | 22 | 36 | 56 | 23 |
| Octal | 250 | 230 | 15 | 0 | 12 | 134 | 42 | 66 | 126 | 43 |
| Binary | 10101000 | 10011000 | 1101 | 0 | 1010 | 1011100 | 100010 | 110110 | 1010110 | 100011 |
Color Harmonies of #A8980D
Complementary color
Monochromatic Colors of #A8980D
Black with #A8980D
Text Example
Text Example
White with #A8980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8980D; }
p { color: rgb(168,152,13); }
H1.HeaderClassName
{
color: #A8980D;
}
.AnyTagClassName
{
color: #A8980D;
}
</style>
background-color css
<style>
a { background-color: #A8980D; }
a { background-color: rgb(168,152,13); }
div.DivClassName
{
background-color: #A8980D;
}
.BgClassName
{
background-color: #A8980D;
}
</style>
border-color css
<style>
span { border-color: #A8980D; }
span { border-color: rgb(168,152,13); }
td.TdClassName
{
border-color: #A8980D;
}
.TagClassName
{
border-color: #A8980D;
}
</style>