#A4BDA3

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

Shades of Spring Rain #A4BDA3

Tints of Spring Rain #A4BDA3

Color information

#A4BDA3 (or 0xA4BDA3) is unknown color: approx Spring Rain. HEX triplet: A4, BD and A3. RGB value is (164,189,163). Sum of RGB (Red+Green+Blue) = 164+189+163=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDA3 is #5B425C. Grayscale: #B2B2B2. Windows color (decimal): -5980765 or 10730916. OLE color: 10730916.

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

Color convert

RGB164189163-
CMYK0.1300.140.26
HSL117.69º16.46%69.02%-
HSV(B)117.69º13.76%74.12%-
XYZ40.1246.9341.59-
YUV178.56119.22117.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=31.78%
G=36.63%
B=31.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641891630.1300.140.26117.6916.4669.02
HexA4BDA3D0E1A761045
Octal244275243150163216620105
Binary101001001011110110100011110101110110101110110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDA3; }

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

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

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

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

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

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

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

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