Shades of Summer Green #A1B9A8
Tints of Summer Green #A1B9A8
RGB
CMYK
RGB Variations
Color information
#A1B9A8 (or 0xA1B9A8) is known color: Summer Green. HEX triplet: A1, B9 and A8. RGB value is (161,185,168). Sum of RGB (Red+Green+Blue) = 161+185+168=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B9A8 is #5E4657. Grayscale: #AFAFAF. Windows color (decimal): -6178392 or 11057569. OLE color: 11057569.
HSL color Cylindrical-coordinate representation of color #A1B9A8: hue angle of 137.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1B9A8 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 161 | 185 | 168 | - |
CMYK | 0.13 | 0 | 0.09 | 0.27 |
HSL | 137.5º | 0.15% | 0.68% | - |
HSV(B) | 137.5º | 0.13% | 0.73% | - |
XYZ | 39.11 | 45.1 | 43.69 | - |
YUV | 175.89 | 123.55 | 117.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 185 | 168 | 0.13 | 0 | 0.09 | 0.27 | 137.5 | 0.15 | 0.68 |
Hex | A1 | B9 | A8 | D | 0 | 9 | 1B | 8A | F | 44 |
Octal | 241 | 271 | 250 | 15 | 0 | 11 | 33 | 212 | 17 | 104 |
Binary | 10100001 | 10111001 | 10101000 | 1101 | 0 | 1001 | 11011 | 10001010 | 1111 | 1000100 |
Color Harmonies of #A1B9A8
Complementary color
Monochromatic Colors of #A1B9A8
Black with #A1B9A8
Text Example
Text Example
White with #A1B9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B9A8; }
p { color: rgb(161,185,168); }
H1.HeaderClassName
{
color: #A1B9A8;
}
.AnyTagClassName
{
color: #A1B9A8;
}
</style>
background-color css
<style>
a { background-color: #A1B9A8; }
a { background-color: rgb(161,185,168); }
div.DivClassName
{
background-color: #A1B9A8;
}
.BgClassName
{
background-color: #A1B9A8;
}
</style>
border-color css
<style>
span { border-color: #A1B9A8; }
span { border-color: rgb(161,185,168); }
td.TdClassName
{
border-color: #A1B9A8;
}
.TagClassName
{
border-color: #A1B9A8;
}
</style>