Shades of Lucky #A78F0B
Tints of Lucky #A78F0B
RGB
CMYK
RGB Variations
Color information
#A78F0B (or 0xA78F0B) is known color: Lucky. HEX triplet: A7, 8F and 0B. RGB value is (167,143,11). Sum of RGB (Red+Green+Blue) = 167+143+11=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78F0B is #5870F4. Grayscale: #878787. Windows color (decimal): -5796085 or 757671. OLE color: 757671.
HSL color Cylindrical-coordinate representation of color #A78F0B: hue angle of 50.77º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A78F0B is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 143 | 11 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.35 |
| HSL | 50.77º | 0.88% | 0.35% | - |
| HSV(B) | 50.77º | 0.93% | 0.65% | - |
| XYZ | 25.82 | 27.88 | 4.34 | - |
| YUV | 135.13 | 57.95 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 143 | 11 | 0 | 0.14 | 0.93 | 0.35 | 50.77 | 0.88 | 0.35 |
| Hex | A7 | 8F | B | 0 | E | 5D | 23 | 33 | 58 | 23 |
| Octal | 247 | 217 | 13 | 0 | 16 | 135 | 43 | 63 | 130 | 43 |
| Binary | 10100111 | 10001111 | 1011 | 0 | 1110 | 1011101 | 100011 | 110011 | 1011000 | 100011 |
Color Harmonies of #A78F0B
Complementary color
Monochromatic Colors of #A78F0B
Black with #A78F0B
Text Example
Text Example
White with #A78F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78F0B; }
p { color: rgb(167,143,11); }
H1.HeaderClassName
{
color: #A78F0B;
}
.AnyTagClassName
{
color: #A78F0B;
}
</style>
background-color css
<style>
a { background-color: #A78F0B; }
a { background-color: rgb(167,143,11); }
div.DivClassName
{
background-color: #A78F0B;
}
.BgClassName
{
background-color: #A78F0B;
}
</style>
border-color css
<style>
span { border-color: #A78F0B; }
span { border-color: rgb(167,143,11); }
td.TdClassName
{
border-color: #A78F0B;
}
.TagClassName
{
border-color: #A78F0B;
}
</style>