Html Css Color HEX #A1BA9E Spring Rain

📋 copy color: '#A1BA9E'

red 161 ◦ green 186 ◦ blue 158

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

Shades of Spring Rain #A1BA9E

Tints of Spring Rain #A1BA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

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

R = 31.88%
G = 36.83%
B = 31.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#A1BA9E (or 0xA1BA9E) is known color: Spring Rain. HEX triplet: A1, BA and 9E. RGB value is (161,186,158). Sum of RGB (Red+Green+Blue) = 161+186+158=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BA9E is #5E4561. Grayscale: #AFAFAF. Windows color (decimal): -6178146 or 10402465. OLE color: 10402465.

HSL color Cylindrical-coordinate representation of color #A1BA9E: hue angle of 113.57º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BA9E is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 186 158 -
CMYK 0.13 0 0.15 0.27
HSL 113.57º 0.17% 0.67% -
HSV(B) 113.57º 0.15% 0.73% -
XYZ 38.43 45.16 39.04 -
YUV 175.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 161 186 158 0.13 0 0.15 0.27 113.57 0.17 0.67
Hex A1 BA 9E D 0 F 1B 72 11 43
Octal 241 272 236 15 0 17 33 162 21 103
Binary 10100001 10111010 10011110 1101 0 1111 11011 1110010 10001 1000011

Color Harmonies of #A1BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BA9E

Black with #A1BA9E

Text Example


Text Example

White with #A1BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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