#A1B29A

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

Shades of Spring Rain #A1B29A

Tints of Spring Rain #A1B29A

Color information

#A1B29A (or 0xA1B29A) is unknown color: approx Spring Rain. HEX triplet: A1, B2 and 9A. RGB value is (161,178,154). Sum of RGB (Red+Green+Blue) = 161+178+154=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B29A is #5E4D65. Grayscale: #AAAAAA. Windows color (decimal): -6180198 or 10138273. OLE color: 10138273.

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

Color convert

RGB161178154-
CMYK0.1000.130.30
HSL102.5º13.48%65.1%-
HSV(B)102.5º13.48%69.8%-
XYZ36.4541.7536.71-
YUV170.18118.87121.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=32.66%
G=36.11%
B=31.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611781540.1000.130.30102.513.4865.1
HexA1B29AA0D1E66d41
Octal241262232120153614615101
Binary10100001101100101001101010100110111110110011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B29A; }

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

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

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

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

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

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

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

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