Shades of Summer Green #A1B8A8
Tints of Summer Green #A1B8A8
RGB
CMYK
RGB Variations
Color information
#A1B8A8 (or 0xA1B8A8) is known color: Summer Green. HEX triplet: A1, B8 and A8. RGB value is (161,184,168). Sum of RGB (Red+Green+Blue) = 161+184+168=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B8A8 is #5E4757. Grayscale: #AFAFAF. Windows color (decimal): -6178648 or 11057313. OLE color: 11057313.
HSL color Cylindrical-coordinate representation of color #A1B8A8: hue angle of 138.26º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1B8A8 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 168 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.28 |
| HSL | 138.26º | 0.14% | 0.68% | - |
| HSV(B) | 138.26º | 0.13% | 0.72% | - |
| XYZ | 38.91 | 44.69 | 43.62 | - |
| YUV | 175.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 168 | 0.12 | 0 | 0.09 | 0.28 | 138.26 | 0.14 | 0.68 |
| Hex | A1 | B8 | A8 | C | 0 | 9 | 1C | 8A | E | 44 |
| Octal | 241 | 270 | 250 | 14 | 0 | 11 | 34 | 212 | 16 | 104 |
| Binary | 10100001 | 10111000 | 10101000 | 1100 | 0 | 1001 | 11100 | 10001010 | 1110 | 1000100 |
Color Harmonies of #A1B8A8
Complementary color
Monochromatic Colors of #A1B8A8
Black with #A1B8A8
Text Example
Text Example
White with #A1B8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B8A8; }
p { color: rgb(161,184,168); }
H1.HeaderClassName
{
color: #A1B8A8;
}
.AnyTagClassName
{
color: #A1B8A8;
}
</style>
background-color css
<style>
a { background-color: #A1B8A8; }
a { background-color: rgb(161,184,168); }
div.DivClassName
{
background-color: #A1B8A8;
}
.BgClassName
{
background-color: #A1B8A8;
}
</style>
border-color css
<style>
span { border-color: #A1B8A8; }
span { border-color: rgb(161,184,168); }
td.TdClassName
{
border-color: #A1B8A8;
}
.TagClassName
{
border-color: #A1B8A8;
}
</style>