Shades of Summer Green #A1B7A5
Tints of Summer Green #A1B7A5
RGB
CMYK
RGB Variations
Color information
#A1B7A5 (or 0xA1B7A5) is known color: Summer Green. HEX triplet: A1, B7 and A5. RGB value is (161,183,165). Sum of RGB (Red+Green+Blue) = 161+183+165=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B7A5 is #5E485A. Grayscale: #AEAEAE. Windows color (decimal): -6178907 or 10860449. OLE color: 10860449.
HSL color Cylindrical-coordinate representation of color #A1B7A5: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1B7A5 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 165 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.28 |
| HSL | 130.91º | 0.13% | 0.67% | - |
| HSV(B) | 130.91º | 0.12% | 0.72% | - |
| XYZ | 38.42 | 44.16 | 42.1 | - |
| YUV | 174.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 165 | 0.12 | 0 | 0.10 | 0.28 | 130.91 | 0.13 | 0.67 |
| Hex | A1 | B7 | A5 | C | 0 | A | 1C | 83 | D | 43 |
| Octal | 241 | 267 | 245 | 14 | 0 | 12 | 34 | 203 | 15 | 103 |
| Binary | 10100001 | 10110111 | 10100101 | 1100 | 0 | 1010 | 11100 | 10000011 | 1101 | 1000011 |
Color Harmonies of #A1B7A5
Complementary color
Monochromatic Colors of #A1B7A5
Black with #A1B7A5
Text Example
Text Example
White with #A1B7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B7A5; }
p { color: rgb(161,183,165); }
H1.HeaderClassName
{
color: #A1B7A5;
}
.AnyTagClassName
{
color: #A1B7A5;
}
</style>
background-color css
<style>
a { background-color: #A1B7A5; }
a { background-color: rgb(161,183,165); }
div.DivClassName
{
background-color: #A1B7A5;
}
.BgClassName
{
background-color: #A1B7A5;
}
</style>
border-color css
<style>
span { border-color: #A1B7A5; }
span { border-color: rgb(161,183,165); }
td.TdClassName
{
border-color: #A1B7A5;
}
.TagClassName
{
border-color: #A1B7A5;
}
</style>