#A0B7A6

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

Shades of Summer Green #A0B7A6

Tints of Summer Green #A0B7A6

Color information

#A0B7A6 (or 0xA0B7A6) is unknown color: approx Summer Green. HEX triplet: A0, B7 and A6. RGB value is (160,183,166). Sum of RGB (Red+Green+Blue) = 160+183+166=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B7A6 is #5F4859. Grayscale: #AEAEAE. Windows color (decimal): -6244442 or 10925984. OLE color: 10925984.

HSL color Cylindrical-coordinate representation of color #A0B7A6: hue angle of 135.65º 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 #A0B7A6 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB160183166-
CMYK0.1300.090.28
HSL135.65º13.77%67.25%-
HSV(B)135.65º12.57%71.76%-
XYZ38.3144.0942.57-
YUV174.18123.38117.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 183 (71.88% from 255) = 35.95%
BLUE value IS 166 (65.23% from 255) = 32.61%
R=31.43%
G=35.95%
B=32.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831660.1300.090.28135.6513.7767.25
HexA0B7A6D091C88e43
Octal240267246150113421016103
Binary101000001011011110100110110101001111001000100011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B7A6; }

 p { color: rgb(160,183,166); }

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

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

 a { background-color: rgb(160,183,166); }

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

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

 span { border-color: rgb(160,183,166); }

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