#A4B6A1

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

Shades of Spring Rain #A4B6A1

Tints of Spring Rain #A4B6A1

Color information

#A4B6A1 (or 0xA4B6A1) is unknown color: approx Spring Rain. HEX triplet: A4, B6 and A1. RGB value is (164,182,161). Sum of RGB (Red+Green+Blue) = 164+182+161=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B6A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B6A1 is #5B495E. Grayscale: #AEAEAE. Windows color (decimal): -5982559 or 10598052. OLE color: 10598052.

HSL color Cylindrical-coordinate representation of color #A4B6A1: hue angle of 111.43º degrees, saturation: 0.13, 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 #A4B6A1 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB164182161-
CMYK0.1000.120.29
HSL111.43º12.57%67.25%-
HSV(B)111.43º11.54%71.37%-
XYZ38.4743.9240.17-
YUV174.22120.54120.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 182 (71.48% from 255) = 35.90%
BLUE value IS 161 (63.28% from 255) = 31.76%
R=32.35%
G=35.90%
B=31.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641821610.1000.120.29111.4312.5767.25
HexA4B6A1A0C1D6fd43
Octal244266241120143515715103
Binary10100100101101101010000110100110011101110111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B6A1; }

 p { color: rgb(164,182,161); }

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

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

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

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

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

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

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