#A7BA9E

Color #A7BA9E Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A7BA9E

Tints of Spring Rain #A7BA9E

Color information

#A7BA9E (or 0xA7BA9E) is unknown color: approx Spring Rain. HEX triplet: A7, BA and 9E. RGB value is (167,186,158). Sum of RGB (Red+Green+Blue) = 167+186+158=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA9E is #584561. Grayscale: #B1B1B1. Windows color (decimal): -5784930 or 10402471. OLE color: 10402471.

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

Color convert

RGB167186158-
CMYK0.1000.150.27
HSL100.71º16.87%67.45%-
HSV(B)100.71º15.05%72.94%-
XYZ39.6745.839.1-
YUV177.13117.21120.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.68%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 158 (62.11% from 255) = 30.92%
R=32.68%
G=36.40%
B=30.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861580.1000.150.27100.7116.8767.45
HexA7BA9EA0F1B651143
Octal247272236120173314521103
Binary101001111011101010011110101001111110111100101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA9E; }

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

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

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

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

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

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

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

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