Shades of Lucky #A8A105
Tints of Lucky #A8A105
RGB
CMYK
RGB Variations
Color information
#A8A105 (or 0xA8A105) is known color: Lucky. HEX triplet: A8, A1 and 05. RGB value is (168,161,5). Sum of RGB (Red+Green+Blue) = 168+161+5=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A105 is #575EFA. Grayscale: #919191. Windows color (decimal): -5725947 or 369064. OLE color: 369064.
HSL color Cylindrical-coordinate representation of color #A8A105: hue angle of 57.42º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8A105 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 5 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.34 |
| HSL | 57.42º | 0.94% | 0.34% | - |
| HSV(B) | 57.42º | 0.97% | 0.66% | - |
| XYZ | 28.92 | 33.83 | 5.15 | - |
| YUV | 145.31 | 48.82 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 5 | 0 | 0.04 | 0.97 | 0.34 | 57.42 | 0.94 | 0.34 |
| Hex | A8 | A1 | 5 | 0 | 4 | 61 | 22 | 39 | 5E | 22 |
| Octal | 250 | 241 | 5 | 0 | 4 | 141 | 42 | 71 | 136 | 42 |
| Binary | 10101000 | 10100001 | 101 | 0 | 100 | 1100001 | 100010 | 111001 | 1011110 | 100010 |
Color Harmonies of #A8A105
Complementary color
Monochromatic Colors of #A8A105
Black with #A8A105
Text Example
Text Example
White with #A8A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A105; }
p { color: rgb(168,161,5); }
H1.HeaderClassName
{
color: #A8A105;
}
.AnyTagClassName
{
color: #A8A105;
}
</style>
background-color css
<style>
a { background-color: #A8A105; }
a { background-color: rgb(168,161,5); }
div.DivClassName
{
background-color: #A8A105;
}
.BgClassName
{
background-color: #A8A105;
}
</style>
border-color css
<style>
span { border-color: #A8A105; }
span { border-color: rgb(168,161,5); }
td.TdClassName
{
border-color: #A8A105;
}
.TagClassName
{
border-color: #A8A105;
}
</style>