Html Css Color HEX #A3838C Tapestry

📋 copy color: '#A3838C'

red 163 ◦ green 131 ◦ blue 140

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

Shades of Tapestry #A3838C

Tints of Tapestry #A3838C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.18%

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 37.56%
G = 30.18%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3838C (or 0xA3838C) is known color: Tapestry. HEX triplet: A3, 83 and 8C. RGB value is (163,131,140). Sum of RGB (Red+Green+Blue) = 163+131+140=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 163 - color contains mainly: red. Hex color #A3838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3838C is #5C7C73. Grayscale: #8D8D8D. Windows color (decimal): -6061172 or 9208739. OLE color: 9208739.

HSL color Cylindrical-coordinate representation of color #A3838C: hue angle of 343.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3838C is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 131 140 -
CMYK 0 0.20 0.14 0.36
HSL 343.13º 0.15% 0.58% -
HSV(B) 343.13º 0.2% 0.64% -
XYZ 27.95 25.91 28.34 -
YUV 141.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 163 131 140 0 0.20 0.14 0.36 343.13 0.15 0.58
Hex A3 83 8C 0 14 E 24 157 F 3A
Octal 243 203 214 0 24 16 44 527 17 72
Binary 10100011 10000011 10001100 0 10100 1110 100100 101010111 1111 111010

Color Harmonies of #A3838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3838C

Black with #A3838C

Text Example


Text Example

White with #A3838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3838C; }

 p { color: rgb(163,131,140); }

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

background-color css

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

 a { background-color: rgb(163,131,140); }

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

border-color css

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

 span { border-color: rgb(163,131,140); }

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