Html Css Color HEX #A1B49B Spring Rain

📋 copy color: '#A1B49B'

red 161 ◦ green 180 ◦ blue 155

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

Shades of Spring Rain #A1B49B

Tints of Spring Rain #A1B49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.25%

R = 32.46%
G = 36.29%
B = 31.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#A1B49B (or 0xA1B49B) is known color: Spring Rain. HEX triplet: A1, B4 and 9B. RGB value is (161,180,155). Sum of RGB (Red+Green+Blue) = 161+180+155=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B49B is #5E4B64. Grayscale: #ABABAB. Windows color (decimal): -6179685 or 10204321. OLE color: 10204321.

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

Color convert

RGB 161 180 155 -
CMYK 0.11 0 0.14 0.29
HSL 105.6º 0.14% 0.66% -
HSV(B) 105.6º 0.14% 0.71% -
XYZ 36.94 42.59 37.28 -
YUV 171.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 161 180 155 0.11 0 0.14 0.29 105.6 0.14 0.66
Hex A1 B4 9B B 0 E 1D 6A E 42
Octal 241 264 233 13 0 16 35 152 16 102
Binary 10100001 10110100 10011011 1011 0 1110 11101 1101010 1110 1000010

Color Harmonies of #A1B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B49B

Black with #A1B49B

Text Example


Text Example

White with #A1B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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