#A4BDA0

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

Shades of Spring Rain #A4BDA0

Tints of Spring Rain #A4BDA0

Color information

#A4BDA0 (or 0xA4BDA0) is unknown color: approx Spring Rain. HEX triplet: A4, BD and A0. RGB value is (164,189,160). Sum of RGB (Red+Green+Blue) = 164+189+160=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDA0 is #5B425F. Grayscale: #B2B2B2. Windows color (decimal): -5980768 or 10534308. OLE color: 10534308.

HSL color Cylindrical-coordinate representation of color #A4BDA0: hue angle of 111.72º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4BDA0 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB164189160-
CMYK0.1300.150.26
HSL111.72º18.01%68.43%-
HSV(B)111.72º15.34%74.12%-
XYZ39.8546.8340.2-
YUV178.22117.72117.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 160 (62.89% from 255) = 31.19%
R=31.97%
G=36.84%
B=31.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641891600.1300.150.26111.7218.0168.43
HexA4BDA0D0F1A701244
Octal244275240150173216022104
Binary101001001011110110100000110101111110101110000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDA0; }

 p { color: rgb(164,189,160); }

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

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

 a { background-color: rgb(164,189,160); }

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

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

 span { border-color: rgb(164,189,160); }

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