Html Css Color HEX #A3BA9E Spring Rain

📋 copy color: '#A3BA9E'

red 163 ◦ green 186 ◦ blue 158

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

Shades of Spring Rain #A3BA9E

Tints of Spring Rain #A3BA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.69%

 BLUE value IS 158 (62.11% from 255) = 31.16%

R = 32.15%
G = 36.69%
B = 31.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#A3BA9E (or 0xA3BA9E) is known color: Spring Rain. HEX triplet: A3, BA and 9E. RGB value is (163,186,158). Sum of RGB (Red+Green+Blue) = 163+186+158=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA9E is #5C4561. Grayscale: #B0B0B0. Windows color (decimal): -6047074 or 10402467. OLE color: 10402467.

HSL color Cylindrical-coordinate representation of color #A3BA9E: hue angle of 109.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3BA9E is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 186 158 -
CMYK 0.12 0 0.15 0.27
HSL 109.29º 0.17% 0.67% -
HSV(B) 109.29º 0.15% 0.73% -
XYZ 38.83 45.37 39.06 -
YUV 175.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 163 186 158 0.12 0 0.15 0.27 109.29 0.17 0.67
Hex A3 BA 9E C 0 F 1B 6D 11 43
Octal 243 272 236 14 0 17 33 155 21 103
Binary 10100011 10111010 10011110 1100 0 1111 11011 1101101 10001 1000011

Color Harmonies of #A3BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BA9E

Black with #A3BA9E

Text Example


Text Example

White with #A3BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BA9E; }

 p { color: rgb(163,186,158); }

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

background-color css

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

 a { background-color: rgb(163,186,158); }

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

border-color css

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

 span { border-color: rgb(163,186,158); }

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