Html Css Color HEX #A1B49F Spring Rain

📋 copy color: '#A1B49F'

red 161 ◦ green 180 ◦ blue 159

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

Shades of Spring Rain #A1B49F

Tints of Spring Rain #A1B49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.8%

R = 32.2%
G = 36%
B = 31.8%

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

#A1B49F (or 0xA1B49F) is known color: Spring Rain. HEX triplet: A1, B4 and 9F. RGB value is (161,180,159). Sum of RGB (Red+Green+Blue) = 161+180+159=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B49F is #5E4B60. Grayscale: #ABABAB. Windows color (decimal): -6179681 or 10466465. OLE color: 10466465.

HSL color Cylindrical-coordinate representation of color #A1B49F: hue angle of 114.29º degrees, saturation: 0.12, 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 #A1B49F is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 180 159 -
CMYK 0.11 0 0.12 0.29
HSL 114.29º 0.12% 0.66% -
HSV(B) 114.29º 0.12% 0.71% -
XYZ 37.28 42.72 39.08 -
YUV 171.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 161 180 159 0.11 0 0.12 0.29 114.29 0.12 0.66
Hex A1 B4 9F B 0 C 1D 72 C 42
Octal 241 264 237 13 0 14 35 162 14 102
Binary 10100001 10110100 10011111 1011 0 1100 11101 1110010 1100 1000010

Color Harmonies of #A1B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B49F

Black with #A1B49F

Text Example


Text Example

White with #A1B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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