#A7BBA1

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

Shades of Spring Rain #A7BBA1

Tints of Spring Rain #A7BBA1

Color information

#A7BBA1 (or 0xA7BBA1) is unknown color: approx Spring Rain. HEX triplet: A7, BB and A1. RGB value is (167,187,161). Sum of RGB (Red+Green+Blue) = 167+187+161=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BBA1 is #58445E. Grayscale: #B2B2B2. Windows color (decimal): -5784671 or 10599335. OLE color: 10599335.

HSL color Cylindrical-coordinate representation of color #A7BBA1: hue angle of 106.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 #A7BBA1 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB167187161-
CMYK0.1100.140.27
HSL106.15º16.05%68.24%-
HSV(B)106.15º13.9%73.33%-
XYZ40.1446.3340.55-
YUV178.06118.37120.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 161 (63.28% from 255) = 31.26%
R=32.43%
G=36.31%
B=31.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671871610.1100.140.27106.1516.0568.24
HexA7BBA1B0E1B6a1044
Octal247273241130163315220104
Binary101001111011101110100001101101110110111101010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BBA1; }

 p { color: rgb(167,187,161); }

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

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

 a { background-color: rgb(167,187,161); }

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

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

 span { border-color: rgb(167,187,161); }

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