Shades of Lucky #A78E1C
Tints of Lucky #A78E1C
RGB
CMYK
RGB Variations
Color information
#A78E1C (or 0xA78E1C) is known color: Lucky. HEX triplet: A7, 8E and 1C. RGB value is (167,142,28). Sum of RGB (Red+Green+Blue) = 167+142+28=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78E1C is #5871E3. Grayscale: #888888. Windows color (decimal): -5796324 or 1871527. OLE color: 1871527.
HSL color Cylindrical-coordinate representation of color #A78E1C: hue angle of 49.21º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A78E1C is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 142 | 28 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.35 |
| HSL | 49.21º | 0.71% | 0.38% | - |
| HSV(B) | 49.21º | 0.83% | 0.65% | - |
| XYZ | 25.82 | 27.65 | 5.07 | - |
| YUV | 136.48 | 66.78 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 28 | 0 | 0.15 | 0.83 | 0.35 | 49.21 | 0.71 | 0.38 |
| Hex | A7 | 8E | 1C | 0 | F | 53 | 23 | 31 | 47 | 26 |
| Octal | 247 | 216 | 34 | 0 | 17 | 123 | 43 | 61 | 107 | 46 |
| Binary | 10100111 | 10001110 | 11100 | 0 | 1111 | 1010011 | 100011 | 110001 | 1000111 | 100110 |
Color Harmonies of #A78E1C
Complementary color
Monochromatic Colors of #A78E1C
Black with #A78E1C
Text Example
Text Example
White with #A78E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78E1C; }
p { color: rgb(167,142,28); }
H1.HeaderClassName
{
color: #A78E1C;
}
.AnyTagClassName
{
color: #A78E1C;
}
</style>
background-color css
<style>
a { background-color: #A78E1C; }
a { background-color: rgb(167,142,28); }
div.DivClassName
{
background-color: #A78E1C;
}
.BgClassName
{
background-color: #A78E1C;
}
</style>
border-color css
<style>
span { border-color: #A78E1C; }
span { border-color: rgb(167,142,28); }
td.TdClassName
{
border-color: #A78E1C;
}
.TagClassName
{
border-color: #A78E1C;
}
</style>