Html Css Color HEX #A3BCA0 Spring Rain

📋 copy color: '#A3BCA0'

red 163 ◦ green 188 ◦ blue 160

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

Shades of Spring Rain #A3BCA0

Tints of Spring Rain #A3BCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.79%

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

R = 31.9%
G = 36.79%
B = 31.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A3BCA0 (or 0xA3BCA0) is known color: Spring Rain. HEX triplet: A3, BC and A0. RGB value is (163,188,160). Sum of RGB (Red+Green+Blue) = 163+188+160=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCA0 is #5C435F. Grayscale: #B1B1B1. Windows color (decimal): -6046560 or 10534051. OLE color: 10534051.

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

Color convert

RGB 163 188 160 -
CMYK 0.13 0 0.15 0.26
HSL 113.57º 0.17% 0.68% -
HSV(B) 113.57º 0.15% 0.74% -
XYZ 39.43 46.29 40.11 -
YUV 177.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 163 188 160 0.13 0 0.15 0.26 113.57 0.17 0.68
Hex A3 BC A0 D 0 F 1A 72 11 44
Octal 243 274 240 15 0 17 32 162 21 104
Binary 10100011 10111100 10100000 1101 0 1111 11010 1110010 10001 1000100

Color Harmonies of #A3BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCA0

Black with #A3BCA0

Text Example


Text Example

White with #A3BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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