Html Css Color HEX #A2B19A Spring Rain

📋 copy color: '#A2B19A'

red 162 ◦ green 177 ◦ blue 154

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

Shades of Spring Rain #A2B19A

Tints of Spring Rain #A2B19A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.9%

 BLUE value IS 154 (60.55% from 255) = 31.24%

R = 32.86%
G = 35.9%
B = 31.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A2B19A (or 0xA2B19A) is known color: Spring Rain. HEX triplet: A2, B1 and 9A. RGB value is (162,177,154). Sum of RGB (Red+Green+Blue) = 162+177+154=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B19A is #5D4E65. Grayscale: #A9A9A9. Windows color (decimal): -6114918 or 10138018. OLE color: 10138018.

HSL color Cylindrical-coordinate representation of color #A2B19A: hue angle of 99.13º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2B19A is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 177 154 -
CMYK 0.08 0 0.13 0.31
HSL 99.13º 0.13% 0.65% -
HSV(B) 99.13º 0.13% 0.69% -
XYZ 36.46 41.46 36.65 -
YUV 169.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 162 177 154 0.08 0 0.13 0.31 99.13 0.13 0.65
Hex A2 B1 9A 8 0 D 1F 63 D 41
Octal 242 261 232 10 0 15 37 143 15 101
Binary 10100010 10110001 10011010 1000 0 1101 11111 1100011 1101 1000001

Color Harmonies of #A2B19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B19A

Black with #A2B19A

Text Example


Text Example

White with #A2B19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B19A; }

 p { color: rgb(162,177,154); }

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

background-color css

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

 a { background-color: rgb(162,177,154); }

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

border-color css

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

 span { border-color: rgb(162,177,154); }

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