Html Css Color HEX #A2B49E Spring Rain

📋 copy color: '#A2B49E'

red 162 ◦ green 180 ◦ blue 158

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

Shades of Spring Rain #A2B49E

Tints of Spring Rain #A2B49E

RGB

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

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

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

R = 32.4%
G = 36%
B = 31.6%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#A2B49E (or 0xA2B49E) is known color: Spring Rain. HEX triplet: A2, B4 and 9E. RGB value is (162,180,158). Sum of RGB (Red+Green+Blue) = 162+180+158=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B49E is #5D4B61. Grayscale: #ACACAC. Windows color (decimal): -6114146 or 10400930. OLE color: 10400930.

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

Color convert

RGB 162 180 158 -
CMYK 0.1 0 0.12 0.29
HSL 109.09º 0.13% 0.66% -
HSV(B) 109.09º 0.12% 0.71% -
XYZ 37.39 42.79 38.64 -
YUV 172.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 162 180 158 0.1 0 0.12 0.29 109.09 0.13 0.66
Hex A2 B4 9E A 0 C 1D 6D D 42
Octal 242 264 236 12 0 14 35 155 15 102
Binary 10100010 10110100 10011110 1010 0 1100 11101 1101101 1101 1000010

Color Harmonies of #A2B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B49E

Black with #A2B49E

Text Example


Text Example

White with #A2B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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