Shades of Lucky #A8951C
Tints of Lucky #A8951C
RGB
CMYK
RGB Variations
Color information
#A8951C (or 0xA8951C) is known color: Lucky. HEX triplet: A8, 95 and 1C. RGB value is (168,149,28). Sum of RGB (Red+Green+Blue) = 168+149+28=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8951C is #576AE3. Grayscale: #8D8D8D. Windows color (decimal): -5728996 or 1873320. OLE color: 1873320.
HSL color Cylindrical-coordinate representation of color #A8951C: hue angle of 51.86º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8951C is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 28 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.34 |
| HSL | 51.86º | 0.71% | 0.38% | - |
| HSV(B) | 51.86º | 0.83% | 0.66% | - |
| XYZ | 27.11 | 29.9 | 5.44 | - |
| YUV | 140.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 28 | 0 | 0.11 | 0.83 | 0.34 | 51.86 | 0.71 | 0.38 |
| Hex | A8 | 95 | 1C | 0 | B | 53 | 22 | 34 | 47 | 26 |
| Octal | 250 | 225 | 34 | 0 | 13 | 123 | 42 | 64 | 107 | 46 |
| Binary | 10101000 | 10010101 | 11100 | 0 | 1011 | 1010011 | 100010 | 110100 | 1000111 | 100110 |
Color Harmonies of #A8951C
Complementary color
Monochromatic Colors of #A8951C
Black with #A8951C
Text Example
Text Example
White with #A8951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8951C; }
p { color: rgb(168,149,28); }
H1.HeaderClassName
{
color: #A8951C;
}
.AnyTagClassName
{
color: #A8951C;
}
</style>
background-color css
<style>
a { background-color: #A8951C; }
a { background-color: rgb(168,149,28); }
div.DivClassName
{
background-color: #A8951C;
}
.BgClassName
{
background-color: #A8951C;
}
</style>
border-color css
<style>
span { border-color: #A8951C; }
span { border-color: rgb(168,149,28); }
td.TdClassName
{
border-color: #A8951C;
}
.TagClassName
{
border-color: #A8951C;
}
</style>