Html Css Color HEX #A2B59D Spring Rain

📋 copy color: '#A2B59D'

red 162 ◦ green 181 ◦ blue 157

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

Shades of Spring Rain #A2B59D

Tints of Spring Rain #A2B59D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.2%

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

R = 32.4%
G = 36.2%
B = 31.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A2B59D (or 0xA2B59D) is known color: Spring Rain. HEX triplet: A2, B5 and 9D. RGB value is (162,181,157). Sum of RGB (Red+Green+Blue) = 162+181+157=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B59D is #5D4A62. Grayscale: #ACACAC. Windows color (decimal): -6113891 or 10335650. OLE color: 10335650.

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

Color convert

RGB 162 181 157 -
CMYK 0.10 0 0.13 0.29
HSL 107.5º 0.14% 0.66% -
HSV(B) 107.5º 0.13% 0.71% -
XYZ 37.51 43.16 38.25 -
YUV 172.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 162 181 157 0.10 0 0.13 0.29 107.5 0.14 0.66
Hex A2 B5 9D A 0 D 1D 6C E 42
Octal 242 265 235 12 0 15 35 154 16 102
Binary 10100010 10110101 10011101 1010 0 1101 11101 1101100 1110 1000010

Color Harmonies of #A2B59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B59D

Black with #A2B59D

Text Example


Text Example

White with #A2B59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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