#A2AE9D

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

Shades of Spring Rain #A2AE9D

Tints of Spring Rain #A2AE9D

Color information

#A2AE9D (or 0xA2AE9D) is unknown color: approx Spring Rain. HEX triplet: A2, AE and 9D. RGB value is (162,174,157). Sum of RGB (Red+Green+Blue) = 162+174+157=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AE9D is #5D5162. Grayscale: #A8A8A8. Windows color (decimal): -6115683 or 10333858. OLE color: 10333858.

HSL color Cylindrical-coordinate representation of color #A2AE9D: hue angle of 102.35º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2AE9D is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB162174157-
CMYK0.0700.100.32
HSL102.35º9.5%64.9%-
HSV(B)102.35º9.77%68.24%-
XYZ36.1240.3937.79-
YUV168.47121.52123.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=32.86%
G=35.29%
B=31.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621741570.0700.100.32102.359.564.9
HexA2AE9D70A2066941
Octal24225623570124014611101
Binary10100010101011101001110111101010100000110011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AE9D; }

 p { color: rgb(162,174,157); }

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

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

 a { background-color: rgb(162,174,157); }

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

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

 span { border-color: rgb(162,174,157); }

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