#A2B29A

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

Shades of Spring Rain #A2B29A

Tints of Spring Rain #A2B29A

Color information

#A2B29A (or 0xA2B29A) is unknown color: approx Spring Rain. HEX triplet: A2, B2 and 9A. RGB value is (162,178,154). Sum of RGB (Red+Green+Blue) = 162+178+154=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B29A is #5D4D65. Grayscale: #AAAAAA. Windows color (decimal): -6114662 or 10138274. OLE color: 10138274.

HSL color Cylindrical-coordinate representation of color #A2B29A: hue angle of 100º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2B29A is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB162178154-
CMYK0.0900.130.30
HSL100º13.48%65.1%-
HSV(B)100º13.48%69.8%-
XYZ36.6541.8636.72-
YUV170.48118.7121.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.79%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=32.79%
G=36.03%
B=31.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621781540.0900.130.3010013.4865.1
HexA2B29A90D1E64d41
Octal242262232110153614415101
Binary10100010101100101001101010010110111110110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B29A; }

 p { color: rgb(162,178,154); }

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

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

 a { background-color: rgb(162,178,154); }

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

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

 span { border-color: rgb(162,178,154); }

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