#A4BAA4

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

Shades of Spring Rain #A4BAA4

Tints of Spring Rain #A4BAA4

Color information

#A4BAA4 (or 0xA4BAA4) is unknown color: approx Spring Rain. HEX triplet: A4, BA and A4. RGB value is (164,186,164). Sum of RGB (Red+Green+Blue) = 164+186+164=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BAA4 is #5B455B. Grayscale: #B0B0B0. Windows color (decimal): -5981532 or 10795684. OLE color: 10795684.

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

Color convert

RGB164186164-
CMYK0.1200.120.27
HSL120º13.75%68.63%-
HSV(B)120º11.83%72.94%-
XYZ39.5745.6941.86-
YUV176.91120.71118.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=31.91%
G=36.19%
B=31.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861640.1200.120.2712013.7568.63
HexA4BAA4C0C1B78e45
Octal244272244140143317016105
Binary10100100101110101010010011000110011011111100011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BAA4; }

 p { color: rgb(164,186,164); }

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

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

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

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

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

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

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