#A0BAA7

Color #A0BAA7 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #A0BAA7

Tints of Summer Green #A0BAA7

Color information

#A0BAA7 (or 0xA0BAA7) is unknown color: approx Summer Green. HEX triplet: A0, BA and A7. RGB value is (160,186,167). Sum of RGB (Red+Green+Blue) = 160+186+167=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BAA7 is #5F4558. Grayscale: #B0B0B0. Windows color (decimal): -6243673 or 10992288. OLE color: 10992288.

HSL color Cylindrical-coordinate representation of color #A0BAA7: hue angle of 136.15º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0BAA7 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB160186167-
CMYK0.1400.100.27
HSL136.15º15.85%67.84%-
HSV(B)136.15º13.98%72.94%-
XYZ39.0345.3843.26-
YUV176.06122.89116.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=31.19%
G=36.26%
B=32.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601861670.1400.100.27136.1515.8567.84
HexA0BAA7E0A1B881044
Octal240272247160123321020104
Binary1010000010111010101001111110010101101110001000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BAA7; }

 p { color: rgb(160,186,167); }

 H1.HeaderClassName
 {
   color: #A0BAA7;
 }
 .AnyTagClassName
 {
   color: #A0BAA7;
 }
</style>
background-color css

<style>
 a { background-color: #A0BAA7; }

 a { background-color: rgb(160,186,167); }

 div.DivClassName
 {
   background-color: #A0BAA7;
 }
 .BgClassName
 {
   background-color: #A0BAA7;
 }
</style>
border-color css

<style>
 span { border-color: #A0BAA7; }

 span { border-color: rgb(160,186,167); }

 td.TdClassName
 {
   border-color: #A0BAA7;
 }
 .TagClassName
 {
   border-color: #A0BAA7;
 }
</style>