Shades of Lucky #A8980C
Tints of Lucky #A8980C
RGB
CMYK
RGB Variations
Color information
#A8980C (or 0xA8980C) is known color: Lucky. HEX triplet: A8, 98 and 0C. RGB value is (168,152,12). Sum of RGB (Red+Green+Blue) = 168+152+12=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8980C is #5767F3. Grayscale: #8D8D8D. Windows color (decimal): -5728244 or 825512. OLE color: 825512.
HSL color Cylindrical-coordinate representation of color #A8980C: hue angle of 53.85º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8980C is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 12 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.34 |
| HSL | 53.85º | 0.87% | 0.35% | - |
| HSV(B) | 53.85º | 0.93% | 0.66% | - |
| XYZ | 27.44 | 30.81 | 4.85 | - |
| YUV | 140.82 | 55.3 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 12 | 0 | 0.10 | 0.93 | 0.34 | 53.85 | 0.87 | 0.35 |
| Hex | A8 | 98 | C | 0 | A | 5D | 22 | 36 | 57 | 23 |
| Octal | 250 | 230 | 14 | 0 | 12 | 135 | 42 | 66 | 127 | 43 |
| Binary | 10101000 | 10011000 | 1100 | 0 | 1010 | 1011101 | 100010 | 110110 | 1010111 | 100011 |
Color Harmonies of #A8980C
Complementary color
Monochromatic Colors of #A8980C
Black with #A8980C
Text Example
Text Example
White with #A8980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8980C; }
p { color: rgb(168,152,12); }
H1.HeaderClassName
{
color: #A8980C;
}
.AnyTagClassName
{
color: #A8980C;
}
</style>
background-color css
<style>
a { background-color: #A8980C; }
a { background-color: rgb(168,152,12); }
div.DivClassName
{
background-color: #A8980C;
}
.BgClassName
{
background-color: #A8980C;
}
</style>
border-color css
<style>
span { border-color: #A8980C; }
span { border-color: rgb(168,152,12); }
td.TdClassName
{
border-color: #A8980C;
}
.TagClassName
{
border-color: #A8980C;
}
</style>