Html Css Color HEX #A1BAA3 Spring Rain

📋 copy color: '#A1BAA3'

red 161 ◦ green 186 ◦ blue 163

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

Shades of Spring Rain #A1BAA3

Tints of Spring Rain #A1BAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.96%

R = 31.57%
G = 36.47%
B = 31.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#A1BAA3 (or 0xA1BAA3) is known color: Spring Rain. HEX triplet: A1, BA and A3. RGB value is (161,186,163). Sum of RGB (Red+Green+Blue) = 161+186+163=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BAA3 is #5E455C. Grayscale: #AFAFAF. Windows color (decimal): -6178141 or 10730145. OLE color: 10730145.

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

Color convert

RGB 161 186 163 -
CMYK 0.13 0 0.12 0.27
HSL 124.8º 0.15% 0.68% -
HSV(B) 124.8º 0.13% 0.73% -
XYZ 38.87 45.34 41.35 -
YUV 175.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 161 186 163 0.13 0 0.12 0.27 124.8 0.15 0.68
Hex A1 BA A3 D 0 C 1B 7D F 44
Octal 241 272 243 15 0 14 33 175 17 104
Binary 10100001 10111010 10100011 1101 0 1100 11011 1111101 1111 1000100

Color Harmonies of #A1BAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BAA3

Black with #A1BAA3

Text Example


Text Example

White with #A1BAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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