#A2B4A1

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

Shades of Spring Rain #A2B4A1

Tints of Spring Rain #A2B4A1

Color information

#A2B4A1 (or 0xA2B4A1) is unknown color: approx Spring Rain. HEX triplet: A2, B4 and A1. RGB value is (162,180,161). Sum of RGB (Red+Green+Blue) = 162+180+161=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B4A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B4A1 is #5D4B5E. Grayscale: #ACACAC. Windows color (decimal): -6114143 or 10597538. OLE color: 10597538.

HSL color Cylindrical-coordinate representation of color #A2B4A1: hue angle of 116.84º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2B4A1 is Cyan = 0.1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB162180161-
CMYK0.100.110.29
HSL116.84º11.24%66.86%-
HSV(B)116.84º10.56%70.59%-
XYZ37.6542.940.01-
YUV172.45121.54120.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=32.21%
G=35.79%
B=32.01%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801610.100.110.29116.8411.2466.86
HexA2B4A1A0B1D75b43
Octal242264241120133516513103
Binary10100010101101001010000110100101111101111010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B4A1; }

 p { color: rgb(162,180,161); }

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

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

 a { background-color: rgb(162,180,161); }

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

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

 span { border-color: rgb(162,180,161); }

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