Html Css Color HEX #A1B59E Spring Rain

📋 copy color: '#A1B59E'

red 161 ◦ green 181 ◦ blue 158

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

Shades of Spring Rain #A1B59E

Tints of Spring Rain #A1B59E

RGB

 RED value IS 161 (63.28% from 255) = 32.2%

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

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

R = 32.2%
G = 36.2%
B = 31.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A1B59E (or 0xA1B59E) is known color: Spring Rain. HEX triplet: A1, B5 and 9E. RGB value is (161,181,158). Sum of RGB (Red+Green+Blue) = 161+181+158=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B59E is #5E4A61. Grayscale: #ACACAC. Windows color (decimal): -6179426 or 10401185. OLE color: 10401185.

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

Color convert

RGB 161 181 158 -
CMYK 0.11 0 0.13 0.29
HSL 112.17º 0.13% 0.66% -
HSV(B) 112.17º 0.13% 0.71% -
XYZ 37.39 43.09 38.69 -
YUV 172.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 161 181 158 0.11 0 0.13 0.29 112.17 0.13 0.66
Hex A1 B5 9E B 0 D 1D 70 D 42
Octal 241 265 236 13 0 15 35 160 15 102
Binary 10100001 10110101 10011110 1011 0 1101 11101 1110000 1101 1000010

Color Harmonies of #A1B59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B59E

Black with #A1B59E

Text Example


Text Example

White with #A1B59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B59E; }

 p { color: rgb(161,181,158); }

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

background-color css

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

 a { background-color: rgb(161,181,158); }

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

border-color css

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

 span { border-color: rgb(161,181,158); }

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