Shades of Lucky #A7A00B
Tints of Lucky #A7A00B
RGB
CMYK
RGB Variations
Color information
#A7A00B (or 0xA7A00B) is known color: Lucky. HEX triplet: A7, A0 and 0B. RGB value is (167,160,11). Sum of RGB (Red+Green+Blue) = 167+160+11=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A00B is #585FF4. Grayscale: #919191. Windows color (decimal): -5791733 or 762023. OLE color: 762023.
HSL color Cylindrical-coordinate representation of color #A7A00B: hue angle of 57.31º 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 #A7A00B is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 160 | 11 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.35 |
| HSL | 57.31º | 0.88% | 0.35% | - |
| HSV(B) | 57.31º | 0.93% | 0.65% | - |
| XYZ | 28.57 | 33.38 | 5.25 | - |
| YUV | 145.11 | 52.32 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 160 | 11 | 0 | 0.04 | 0.93 | 0.35 | 57.31 | 0.88 | 0.35 |
| Hex | A7 | A0 | B | 0 | 4 | 5D | 23 | 39 | 58 | 23 |
| Octal | 247 | 240 | 13 | 0 | 4 | 135 | 43 | 71 | 130 | 43 |
| Binary | 10100111 | 10100000 | 1011 | 0 | 100 | 1011101 | 100011 | 111001 | 1011000 | 100011 |
Color Harmonies of #A7A00B
Complementary color
Monochromatic Colors of #A7A00B
Black with #A7A00B
Text Example
Text Example
White with #A7A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A00B; }
p { color: rgb(167,160,11); }
H1.HeaderClassName
{
color: #A7A00B;
}
.AnyTagClassName
{
color: #A7A00B;
}
</style>
background-color css
<style>
a { background-color: #A7A00B; }
a { background-color: rgb(167,160,11); }
div.DivClassName
{
background-color: #A7A00B;
}
.BgClassName
{
background-color: #A7A00B;
}
</style>
border-color css
<style>
span { border-color: #A7A00B; }
span { border-color: rgb(167,160,11); }
td.TdClassName
{
border-color: #A7A00B;
}
.TagClassName
{
border-color: #A7A00B;
}
</style>