Html Css Color HEX #A3BFA0 Spring Rain

📋 copy color: '#A3BFA0'

red 163 ◦ green 191 ◦ blue 160

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

Shades of Spring Rain #A3BFA0

Tints of Spring Rain #A3BFA0

RGB

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

 GREEN value IS 191 (75% from 255) = 37.16%

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

R = 31.71%
G = 37.16%
B = 31.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#A3BFA0 (or 0xA3BFA0) is known color: Spring Rain. HEX triplet: A3, BF and A0. RGB value is (163,191,160). Sum of RGB (Red+Green+Blue) = 163+191+160=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BFA0 is #5C405F. Grayscale: #B3B3B3. Windows color (decimal): -6045792 or 10534819. OLE color: 10534819.

HSL color Cylindrical-coordinate representation of color #A3BFA0: hue angle of 114.19º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3BFA0 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 191 160 -
CMYK 0.15 0 0.16 0.25
HSL 114.19º 0.19% 0.69% -
HSV(B) 114.19º 0.16% 0.75% -
XYZ 40.08 47.59 40.33 -
YUV 179.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 163 191 160 0.15 0 0.16 0.25 114.19 0.19 0.69
Hex A3 BF A0 F 0 10 19 72 13 45
Octal 243 277 240 17 0 20 31 162 23 105
Binary 10100011 10111111 10100000 1111 0 10000 11001 1110010 10011 1000101

Color Harmonies of #A3BFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BFA0

Black with #A3BFA0

Text Example


Text Example

White with #A3BFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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