#A1B69C

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

Shades of Spring Rain #A1B69C

Tints of Spring Rain #A1B69C

Color information

#A1B69C (or 0xA1B69C) is unknown color: approx Spring Rain. HEX triplet: A1, B6 and 9C. RGB value is (161,182,156). Sum of RGB (Red+Green+Blue) = 161+182+156=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B69C is #5E4963. Grayscale: #ACACAC. Windows color (decimal): -6179172 or 10270369. OLE color: 10270369.

HSL color Cylindrical-coordinate representation of color #A1B69C: hue angle of 108.46º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1B69C is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB161182156-
CMYK0.1200.140.29
HSL108.46º15.12%66.27%-
HSV(B)108.46º14.29%71.37%-
XYZ37.4343.4337.86-
YUV172.76118.54119.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 156 (61.33% from 255) = 31.26%
R=32.26%
G=36.47%
B=31.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611821560.1200.140.29108.4615.1266.27
HexA1B69CC0E1D6cf42
Octal241266234140163515417102
Binary10100001101101101001110011000111011101110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B69C; }

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

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

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

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

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

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

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

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