Html Css Color HEX #A3C1A0 Spring Rain

📋 copy color: '#A3C1A0'

red 163 ◦ green 193 ◦ blue 160

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

Shades of Spring Rain #A3C1A0

Tints of Spring Rain #A3C1A0

RGB

 RED value IS 163 (64.06% from 255) = 31.59%

 GREEN value IS 193 (75.78% from 255) = 37.4%

 BLUE value IS 160 (62.89% from 255) = 31.01%

R = 31.59%
G = 37.4%
B = 31.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#A3C1A0 (or 0xA3C1A0) is known color: Spring Rain. HEX triplet: A3, C1 and A0. RGB value is (163,193,160). Sum of RGB (Red+Green+Blue) = 163+193+160=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C1A0 is #5C3E5F. Grayscale: #B4B4B4. Windows color (decimal): -6045280 or 10535331. OLE color: 10535331.

HSL color Cylindrical-coordinate representation of color #A3C1A0: hue angle of 114.55º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C1A0 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 193 160 -
CMYK 0.16 0 0.17 0.24
HSL 114.55º 0.21% 0.69% -
HSV(B) 114.55º 0.17% 0.76% -
XYZ 40.52 48.46 40.48 -
YUV 180.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 163 193 160 0.16 0 0.17 0.24 114.55 0.21 0.69
Hex A3 C1 A0 10 0 11 18 73 15 45
Octal 243 301 240 20 0 21 30 163 25 105
Binary 10100011 11000001 10100000 10000 0 10001 11000 1110011 10101 1000101

Color Harmonies of #A3C1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C1A0

Black with #A3C1A0

Text Example


Text Example

White with #A3C1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C1A0; }

 p { color: rgb(163,193,160); }

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

background-color css

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

 a { background-color: rgb(163,193,160); }

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

border-color css

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

 span { border-color: rgb(163,193,160); }

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