#A4B9A0

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

Shades of Spring Rain #A4B9A0

Tints of Spring Rain #A4B9A0

Color information

#A4B9A0 (or 0xA4B9A0) is unknown color: approx Spring Rain. HEX triplet: A4, B9 and A0. RGB value is (164,185,160). Sum of RGB (Red+Green+Blue) = 164+185+160=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B9A0 is #5B465F. Grayscale: #AFAFAF. Windows color (decimal): -5981792 or 10533284. OLE color: 10533284.

HSL color Cylindrical-coordinate representation of color #A4B9A0: hue angle of 110.4º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4B9A0 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB164185160-
CMYK0.1100.140.27
HSL110.4º15.15%67.65%-
HSV(B)110.4º13.51%72.55%-
XYZ3945.1339.91-
YUV175.87119.04119.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=32.22%
G=36.35%
B=31.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851600.1100.140.27110.415.1567.65
HexA4B9A0B0E1B6ef44
Octal244271240130163315617104
Binary10100100101110011010000010110111011011110111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B9A0; }

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

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

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

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

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

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

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

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