Shades of Summer Green #A0B8A6
Tints of Summer Green #A0B8A6
RGB
CMYK
RGB Variations
Color information
#A0B8A6 (or 0xA0B8A6) is known color: Summer Green. HEX triplet: A0, B8 and A6. RGB value is (160,184,166). Sum of RGB (Red+Green+Blue) = 160+184+166=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B8A6 is #5F4759. Grayscale: #AEAEAE. Windows color (decimal): -6244186 or 10926240. OLE color: 10926240.
HSL color Cylindrical-coordinate representation of color #A0B8A6: hue angle of 135º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0B8A6 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 166 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.28 |
| HSL | 135º | 0.14% | 0.67% | - |
| HSV(B) | 135º | 0.13% | 0.72% | - |
| XYZ | 38.52 | 44.51 | 42.64 | - |
| YUV | 174.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 166 | 0.13 | 0 | 0.10 | 0.28 | 135 | 0.14 | 0.67 |
| Hex | A0 | B8 | A6 | D | 0 | A | 1C | 87 | E | 43 |
| Octal | 240 | 270 | 246 | 15 | 0 | 12 | 34 | 207 | 16 | 103 |
| Binary | 10100000 | 10111000 | 10100110 | 1101 | 0 | 1010 | 11100 | 10000111 | 1110 | 1000011 |
Color Harmonies of #A0B8A6
Complementary color
Monochromatic Colors of #A0B8A6
Black with #A0B8A6
Text Example
Text Example
White with #A0B8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B8A6; }
p { color: rgb(160,184,166); }
H1.HeaderClassName
{
color: #A0B8A6;
}
.AnyTagClassName
{
color: #A0B8A6;
}
</style>
background-color css
<style>
a { background-color: #A0B8A6; }
a { background-color: rgb(160,184,166); }
div.DivClassName
{
background-color: #A0B8A6;
}
.BgClassName
{
background-color: #A0B8A6;
}
</style>
border-color css
<style>
span { border-color: #A0B8A6; }
span { border-color: rgb(160,184,166); }
td.TdClassName
{
border-color: #A0B8A6;
}
.TagClassName
{
border-color: #A0B8A6;
}
</style>