Shades of Lucky #A78F0A
Tints of Lucky #A78F0A
RGB
CMYK
RGB Variations
Color information
#A78F0A (or 0xA78F0A) is known color: Lucky. HEX triplet: A7, 8F and 0A. RGB value is (167,143,10). Sum of RGB (Red+Green+Blue) = 167+143+10=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78F0A is #5870F5. Grayscale: #878787. Windows color (decimal): -5796086 or 692135. OLE color: 692135.
HSL color Cylindrical-coordinate representation of color #A78F0A: hue angle of 50.83º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A78F0A is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 143 | 10 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.35 |
| HSL | 50.83º | 0.89% | 0.35% | - |
| HSV(B) | 50.83º | 0.94% | 0.65% | - |
| XYZ | 25.81 | 27.88 | 4.31 | - |
| YUV | 135.01 | 57.45 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 143 | 10 | 0 | 0.14 | 0.94 | 0.35 | 50.83 | 0.89 | 0.35 |
| Hex | A7 | 8F | A | 0 | E | 5E | 23 | 33 | 59 | 23 |
| Octal | 247 | 217 | 12 | 0 | 16 | 136 | 43 | 63 | 131 | 43 |
| Binary | 10100111 | 10001111 | 1010 | 0 | 1110 | 1011110 | 100011 | 110011 | 1011001 | 100011 |
Color Harmonies of #A78F0A
Complementary color
Monochromatic Colors of #A78F0A
Black with #A78F0A
Text Example
Text Example
White with #A78F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78F0A; }
p { color: rgb(167,143,10); }
H1.HeaderClassName
{
color: #A78F0A;
}
.AnyTagClassName
{
color: #A78F0A;
}
</style>
background-color css
<style>
a { background-color: #A78F0A; }
a { background-color: rgb(167,143,10); }
div.DivClassName
{
background-color: #A78F0A;
}
.BgClassName
{
background-color: #A78F0A;
}
</style>
border-color css
<style>
span { border-color: #A78F0A; }
span { border-color: rgb(167,143,10); }
td.TdClassName
{
border-color: #A78F0A;
}
.TagClassName
{
border-color: #A78F0A;
}
</style>