#A4B5A0

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

Shades of Spring Rain #A4B5A0

Tints of Spring Rain #A4B5A0

Color information

#A4B5A0 (or 0xA4B5A0) is unknown color: approx Spring Rain. HEX triplet: A4, B5 and A0. RGB value is (164,181,160). Sum of RGB (Red+Green+Blue) = 164+181+160=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B5A0 is #5B4A5F. Grayscale: #ADADAD. Windows color (decimal): -5982816 or 10532260. OLE color: 10532260.

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

Color convert

RGB164181160-
CMYK0.0900.120.29
HSL108.57º12.43%66.86%-
HSV(B)108.57º11.6%70.98%-
XYZ38.1843.4839.64-
YUV173.52120.37121.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 181 (71.09% from 255) = 35.84%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=32.48%
G=35.84%
B=31.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641811600.0900.120.29108.5712.4366.86
HexA4B5A090C1D6dc43
Octal244265240110143515514103
Binary10100100101101011010000010010110011101110110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B5A0; }

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

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

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

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

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

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

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

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