Html Css Color HEX #A3B49C Spring Rain

📋 copy color: '#A3B49C'

red 163 ◦ green 180 ◦ blue 156

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

Shades of Spring Rain #A3B49C

Tints of Spring Rain #A3B49C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.07%

 BLUE value IS 156 (61.33% from 255) = 31.26%

R = 32.67%
G = 36.07%
B = 31.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A3B49C (or 0xA3B49C) is known color: Spring Rain. HEX triplet: A3, B4 and 9C. RGB value is (163,180,156). Sum of RGB (Red+Green+Blue) = 163+180+156=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B49C is #5C4B63. Grayscale: #ACACAC. Windows color (decimal): -6048612 or 10269859. OLE color: 10269859.

HSL color Cylindrical-coordinate representation of color #A3B49C: hue angle of 102.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3B49C is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 180 156 -
CMYK 0.09 0 0.13 0.29
HSL 102.5º 0.14% 0.66% -
HSV(B) 102.5º 0.13% 0.71% -
XYZ 37.43 42.83 37.75 -
YUV 172.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 163 180 156 0.09 0 0.13 0.29 102.5 0.14 0.66
Hex A3 B4 9C 9 0 D 1D 66 E 42
Octal 243 264 234 11 0 15 35 146 16 102
Binary 10100011 10110100 10011100 1001 0 1101 11101 1100110 1110 1000010

Color Harmonies of #A3B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B49C

Black with #A3B49C

Text Example


Text Example

White with #A3B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B49C; }

 p { color: rgb(163,180,156); }

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

background-color css

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

 a { background-color: rgb(163,180,156); }

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

border-color css

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

 span { border-color: rgb(163,180,156); }

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