Shades of Lucky #A8AA1B
Tints of Lucky #A8AA1B
RGB
CMYK
RGB Variations
Color information
#A8AA1B (or 0xA8AA1B) is known color: Lucky. HEX triplet: A8, AA and 1B. RGB value is (168,170,27). Sum of RGB (Red+Green+Blue) = 168+170+27=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA1B is #5755E4. Grayscale: #999999. Windows color (decimal): -5723621 or 1813160. OLE color: 1813160.
HSL color Cylindrical-coordinate representation of color #A8AA1B: hue angle of 60.84º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8AA1B is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 27 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.33 |
| HSL | 60.84º | 0.73% | 0.39% | - |
| HSV(B) | 60.84º | 0.84% | 0.67% | - |
| XYZ | 30.72 | 37.15 | 6.59 | - |
| YUV | 153.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 27 | 0.01 | 0 | 0.84 | 0.33 | 60.84 | 0.73 | 0.39 |
| Hex | A8 | AA | 1B | 1 | 0 | 54 | 21 | 3D | 49 | 27 |
| Octal | 250 | 252 | 33 | 1 | 0 | 124 | 41 | 75 | 111 | 47 |
| Binary | 10101000 | 10101010 | 11011 | 1 | 0 | 1010100 | 100001 | 111101 | 1001001 | 100111 |
Color Harmonies of #A8AA1B
Complementary color
Monochromatic Colors of #A8AA1B
Black with #A8AA1B
Text Example
Text Example
White with #A8AA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA1B; }
p { color: rgb(168,170,27); }
H1.HeaderClassName
{
color: #A8AA1B;
}
.AnyTagClassName
{
color: #A8AA1B;
}
</style>
background-color css
<style>
a { background-color: #A8AA1B; }
a { background-color: rgb(168,170,27); }
div.DivClassName
{
background-color: #A8AA1B;
}
.BgClassName
{
background-color: #A8AA1B;
}
</style>
border-color css
<style>
span { border-color: #A8AA1B; }
span { border-color: rgb(168,170,27); }
td.TdClassName
{
border-color: #A8AA1B;
}
.TagClassName
{
border-color: #A8AA1B;
}
</style>