Shades of Summer Green #A0B3A5
Tints of Summer Green #A0B3A5
RGB
CMYK
RGB Variations
Color information
#A0B3A5 (or 0xA0B3A5) is known color: Summer Green. HEX triplet: A0, B3 and A5. RGB value is (160,179,165). Sum of RGB (Red+Green+Blue) = 160+179+165=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B3A5 is #5F4C5A. Grayscale: #ABABAB. Windows color (decimal): -6245467 or 10859424. OLE color: 10859424.
HSL color Cylindrical-coordinate representation of color #A0B3A5: hue angle of 135.79º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0B3A5 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 179 | 165 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.30 |
| HSL | 135.79º | 0.11% | 0.66% | - |
| HSV(B) | 135.79º | 0.11% | 0.7% | - |
| XYZ | 37.41 | 42.43 | 41.82 | - |
| YUV | 171.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 179 | 165 | 0.11 | 0 | 0.08 | 0.30 | 135.79 | 0.11 | 0.66 |
| Hex | A0 | B3 | A5 | B | 0 | 8 | 1E | 88 | B | 42 |
| Octal | 240 | 263 | 245 | 13 | 0 | 10 | 36 | 210 | 13 | 102 |
| Binary | 10100000 | 10110011 | 10100101 | 1011 | 0 | 1000 | 11110 | 10001000 | 1011 | 1000010 |
Color Harmonies of #A0B3A5
Complementary color
Monochromatic Colors of #A0B3A5
Black with #A0B3A5
Text Example
Text Example
White with #A0B3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B3A5; }
p { color: rgb(160,179,165); }
H1.HeaderClassName
{
color: #A0B3A5;
}
.AnyTagClassName
{
color: #A0B3A5;
}
</style>
background-color css
<style>
a { background-color: #A0B3A5; }
a { background-color: rgb(160,179,165); }
div.DivClassName
{
background-color: #A0B3A5;
}
.BgClassName
{
background-color: #A0B3A5;
}
</style>
border-color css
<style>
span { border-color: #A0B3A5; }
span { border-color: rgb(160,179,165); }
td.TdClassName
{
border-color: #A0B3A5;
}
.TagClassName
{
border-color: #A0B3A5;
}
</style>