Html Css Color HEX #A3BE9F Spring Rain

📋 copy color: '#A3BE9F'

red 163 ◦ green 190 ◦ blue 159

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

Shades of Spring Rain #A3BE9F

Tints of Spring Rain #A3BE9F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.11%

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

R = 31.84%
G = 37.11%
B = 31.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#A3BE9F (or 0xA3BE9F) is known color: Spring Rain. HEX triplet: A3, BE and 9F. RGB value is (163,190,159). Sum of RGB (Red+Green+Blue) = 163+190+159=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BE9F is #5C4160. Grayscale: #B2B2B2. Windows color (decimal): -6046049 or 10469027. OLE color: 10469027.

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

Color convert

RGB 163 190 159 -
CMYK 0.14 0 0.16 0.25
HSL 112.26º 0.19% 0.68% -
HSV(B) 112.26º 0.16% 0.75% -
XYZ 39.78 47.12 39.8 -
YUV 178.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 163 190 159 0.14 0 0.16 0.25 112.26 0.19 0.68
Hex A3 BE 9F E 0 10 19 70 13 44
Octal 243 276 237 16 0 20 31 160 23 104
Binary 10100011 10111110 10011111 1110 0 10000 11001 1110000 10011 1000100

Color Harmonies of #A3BE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE9F

Black with #A3BE9F

Text Example


Text Example

White with #A3BE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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