#A4B19E

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

Shades of Spring Rain #A4B19E

Tints of Spring Rain #A4B19E

Color information

#A4B19E (or 0xA4B19E) is unknown color: approx Spring Rain. HEX triplet: A4, B1 and 9E. RGB value is (164,177,158). Sum of RGB (Red+Green+Blue) = 164+177+158=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B19E is #5B4E61. Grayscale: #ABABAB. Windows color (decimal): -5983842 or 10400164. OLE color: 10400164.

HSL color Cylindrical-coordinate representation of color #A4B19E: hue angle of 101.05º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A4B19E is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB164177158-
CMYK0.0700.110.31
HSL101.05º10.86%65.69%-
HSV(B)101.05º10.73%69.41%-
XYZ37.241.8138.46-
YUV170.95120.69123.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=32.87%
G=35.47%
B=31.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641771580.0700.110.31101.0510.8665.69
HexA4B19E70B1F65b42
Octal24426123670133714513102
Binary1010010010110001100111101110101111111110010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B19E; }

 p { color: rgb(164,177,158); }

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

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

 a { background-color: rgb(164,177,158); }

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

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

 span { border-color: rgb(164,177,158); }

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