Html Css Color HEX #A2B49D Spring Rain

📋 copy color: '#A2B49D'

red 162 ◦ green 180 ◦ blue 157

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

Shades of Spring Rain #A2B49D

Tints of Spring Rain #A2B49D

RGB

 RED value IS 162 (63.67% from 255) = 32.46%

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

 BLUE value IS 157 (61.72% from 255) = 31.46%

R = 32.46%
G = 36.07%
B = 31.46%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A2B49D (or 0xA2B49D) is known color: Spring Rain. HEX triplet: A2, B4 and 9D. RGB value is (162,180,157). Sum of RGB (Red+Green+Blue) = 162+180+157=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B49D is #5D4B62. Grayscale: #ACACAC. Windows color (decimal): -6114147 or 10335394. OLE color: 10335394.

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

Color convert

RGB 162 180 157 -
CMYK 0.1 0 0.13 0.29
HSL 106.96º 0.13% 0.66% -
HSV(B) 106.96º 0.13% 0.71% -
XYZ 37.31 42.76 38.19 -
YUV 172 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 162 180 157 0.1 0 0.13 0.29 106.96 0.13 0.66
Hex A2 B4 9D A 0 D 1D 6B D 42
Octal 242 264 235 12 0 15 35 153 15 102
Binary 10100010 10110100 10011101 1010 0 1101 11101 1101011 1101 1000010

Color Harmonies of #A2B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B49D

Black with #A2B49D

Text Example


Text Example

White with #A2B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B49D; }

 p { color: rgb(162,180,157); }

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

background-color css

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

 a { background-color: rgb(162,180,157); }

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

border-color css

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

 span { border-color: rgb(162,180,157); }

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