Html Css Color HEX #A2B49F Spring Rain

📋 copy color: '#A2B49F'

red 162 ◦ green 180 ◦ blue 159

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

Shades of Spring Rain #A2B49F

Tints of Spring Rain #A2B49F

RGB

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

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

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

R = 32.34%
G = 35.93%
B = 31.74%

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

#A2B49F (or 0xA2B49F) is known color: Spring Rain. HEX triplet: A2, B4 and 9F. RGB value is (162,180,159). Sum of RGB (Red+Green+Blue) = 162+180+159=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B49F is #5D4B60. Grayscale: #ACACAC. Windows color (decimal): -6114145 or 10466466. OLE color: 10466466.

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

Color convert

RGB 162 180 159 -
CMYK 0.1 0 0.12 0.29
HSL 111.43º 0.12% 0.66% -
HSV(B) 111.43º 0.12% 0.71% -
XYZ 37.48 42.83 39.09 -
YUV 172.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 162 180 159 0.1 0 0.12 0.29 111.43 0.12 0.66
Hex A2 B4 9F A 0 C 1D 6F C 42
Octal 242 264 237 12 0 14 35 157 14 102
Binary 10100010 10110100 10011111 1010 0 1100 11101 1101111 1100 1000010

Color Harmonies of #A2B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B49F

Black with #A2B49F

Text Example


Text Example

White with #A2B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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