#A9B4A2

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

Shades of Spring Rain #A9B4A2

Tints of Spring Rain #A9B4A2

Color information

#A9B4A2 (or 0xA9B4A2) is unknown color: approx Spring Rain. HEX triplet: A9, B4 and A2. RGB value is (169,180,162). Sum of RGB (Red+Green+Blue) = 169+180+162=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B4A2 is #564B5D. Grayscale: #AEAEAE. Windows color (decimal): -5655390 or 10663081. OLE color: 10663081.

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

Color convert

RGB169180162-
CMYK0.0600.10.29
HSL96.67º10.71%67.06%-
HSV(B)96.67º10%70.59%-
XYZ39.2143.6940.55-
YUV174.66120.86123.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=33.07%
G=35.23%
B=31.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801620.0600.10.2996.6710.7167.06
HexA9B4A260A1D61b43
Octal25126424260123514113103
Binary1010100110110100101000101100101011101110000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B4A2; }

 p { color: rgb(169,180,162); }

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

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

 a { background-color: rgb(169,180,162); }

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

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

 span { border-color: rgb(169,180,162); }

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