Shades of Summer Green #A0B7A5
Tints of Summer Green #A0B7A5
RGB
CMYK
RGB Variations
Color information
#A0B7A5 (or 0xA0B7A5) is known color: Summer Green. HEX triplet: A0, B7 and A5. RGB value is (160,183,165). Sum of RGB (Red+Green+Blue) = 160+183+165=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B7A5 is #5F485A. Grayscale: #AEAEAE. Windows color (decimal): -6244443 or 10860448. OLE color: 10860448.
HSL color Cylindrical-coordinate representation of color #A0B7A5: hue angle of 133.04º 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 #A0B7A5 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 183 | 165 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.28 |
| HSL | 133.04º | 0.14% | 0.67% | - |
| HSV(B) | 133.04º | 0.13% | 0.72% | - |
| XYZ | 38.22 | 44.06 | 42.09 | - |
| YUV | 174.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 183 | 165 | 0.13 | 0 | 0.10 | 0.28 | 133.04 | 0.14 | 0.67 |
| Hex | A0 | B7 | A5 | D | 0 | A | 1C | 85 | E | 43 |
| Octal | 240 | 267 | 245 | 15 | 0 | 12 | 34 | 205 | 16 | 103 |
| Binary | 10100000 | 10110111 | 10100101 | 1101 | 0 | 1010 | 11100 | 10000101 | 1110 | 1000011 |
Color Harmonies of #A0B7A5
Complementary color
Monochromatic Colors of #A0B7A5
Black with #A0B7A5
Text Example
Text Example
White with #A0B7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B7A5; }
p { color: rgb(160,183,165); }
H1.HeaderClassName
{
color: #A0B7A5;
}
.AnyTagClassName
{
color: #A0B7A5;
}
</style>
background-color css
<style>
a { background-color: #A0B7A5; }
a { background-color: rgb(160,183,165); }
div.DivClassName
{
background-color: #A0B7A5;
}
.BgClassName
{
background-color: #A0B7A5;
}
</style>
border-color css
<style>
span { border-color: #A0B7A5; }
span { border-color: rgb(160,183,165); }
td.TdClassName
{
border-color: #A0B7A5;
}
.TagClassName
{
border-color: #A0B7A5;
}
</style>