Html Css Color HEX #A3BC9F Spring Rain

📋 copy color: '#A3BC9F'

red 163 ◦ green 188 ◦ blue 159

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

Shades of Spring Rain #A3BC9F

Tints of Spring Rain #A3BC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.18%

R = 31.96%
G = 36.86%
B = 31.18%

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

#A3BC9F (or 0xA3BC9F) is known color: Spring Rain. HEX triplet: A3, BC and 9F. RGB value is (163,188,159). Sum of RGB (Red+Green+Blue) = 163+188+159=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BC9F is #5C4360. Grayscale: #B1B1B1. Windows color (decimal): -6046561 or 10468515. OLE color: 10468515.

HSL color Cylindrical-coordinate representation of color #A3BC9F: hue angle of 111.72º degrees, saturation: 0.18, 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 #A3BC9F is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 159 -
CMYK 0.13 0 0.15 0.26
HSL 111.72º 0.18% 0.68% -
HSV(B) 111.72º 0.15% 0.74% -
XYZ 39.35 46.26 39.66 -
YUV 177.22 117.72 117.86 -
System Red Green Blue C M Y K H S L
Decimal 163 188 159 0.13 0 0.15 0.26 111.72 0.18 0.68
Hex A3 BC 9F D 0 F 1A 70 12 44
Octal 243 274 237 15 0 17 32 160 22 104
Binary 10100011 10111100 10011111 1101 0 1111 11010 1110000 10010 1000100

Color Harmonies of #A3BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC9F

Black with #A3BC9F

Text Example


Text Example

White with #A3BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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