Html Css Color HEX #A1B49C Spring Rain

📋 copy color: '#A1B49C'

red 161 ◦ green 180 ◦ blue 156

#A1B49C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #A1B49C

Tints of Spring Rain #A1B49C

RGB

 RED value IS 161 (63.28% from 255) = 32.39%

 GREEN value IS 180 (70.7% from 255) = 36.22%

 BLUE value IS 156 (61.33% from 255) = 31.39%

R = 32.39%
G = 36.22%
B = 31.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A1B49C (or 0xA1B49C) is known color: Spring Rain. HEX triplet: A1, B4 and 9C. RGB value is (161,180,156). Sum of RGB (Red+Green+Blue) = 161+180+156=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B49C is #5E4B63. Grayscale: #ABABAB. Windows color (decimal): -6179684 or 10269857. OLE color: 10269857.

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

Color convert

RGB 161 180 156 -
CMYK 0.11 0 0.13 0.29
HSL 107.5º 0.14% 0.66% -
HSV(B) 107.5º 0.13% 0.71% -
XYZ 37.02 42.62 37.73 -
YUV 171.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 161 180 156 0.11 0 0.13 0.29 107.5 0.14 0.66
Hex A1 B4 9C B 0 D 1D 6C E 42
Octal 241 264 234 13 0 15 35 154 16 102
Binary 10100001 10110100 10011100 1011 0 1101 11101 1101100 1110 1000010

Color Harmonies of #A1B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B49C

Black with #A1B49C

Text Example


Text Example

White with #A1B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B49C; }

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

 H1.HeaderClassName
 {
   color: #A1B49C;
 }
 .AnyTagClassName
 {
   color: #A1B49C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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