Html Css Color HEX #A1B49E Spring Rain

📋 copy color: '#A1B49E'

red 161 ◦ green 180 ◦ blue 158

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

Shades of Spring Rain #A1B49E

Tints of Spring Rain #A1B49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.66%

R = 32.26%
G = 36.07%
B = 31.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#A1B49E (or 0xA1B49E) is known color: Spring Rain. HEX triplet: A1, B4 and 9E. RGB value is (161,180,158). Sum of RGB (Red+Green+Blue) = 161+180+158=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B49E is #5E4B61. Grayscale: #ABABAB. Windows color (decimal): -6179682 or 10400929. OLE color: 10400929.

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

Color convert

RGB 161 180 158 -
CMYK 0.11 0 0.12 0.29
HSL 111.82º 0.13% 0.66% -
HSV(B) 111.82º 0.12% 0.71% -
XYZ 37.19 42.69 38.63 -
YUV 171.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 161 180 158 0.11 0 0.12 0.29 111.82 0.13 0.66
Hex A1 B4 9E B 0 C 1D 70 D 42
Octal 241 264 236 13 0 14 35 160 15 102
Binary 10100001 10110100 10011110 1011 0 1100 11101 1110000 1101 1000010

Color Harmonies of #A1B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B49E

Black with #A1B49E

Text Example


Text Example

White with #A1B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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