Html Css Color HEX #A6838C Tapestry

📋 copy color: '#A6838C'

red 166 ◦ green 131 ◦ blue 140

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

Shades of Tapestry #A6838C

Tints of Tapestry #A6838C

RGB

 RED value IS 166 (65.23% from 255) = 37.99%

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

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

R = 37.99%
G = 29.98%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6838C (or 0xA6838C) is known color: Tapestry. HEX triplet: A6, 83 and 8C. RGB value is (166,131,140). Sum of RGB (Red+Green+Blue) = 166+131+140=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A6838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6838C is #597C73. Grayscale: #8E8E8E. Windows color (decimal): -5864564 or 9208742. OLE color: 9208742.

HSL color Cylindrical-coordinate representation of color #A6838C: hue angle of 344.57º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6838C is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 140 -
CMYK 0 0.21 0.16 0.35
HSL 344.57º 0.16% 0.58% -
HSV(B) 344.57º 0.21% 0.65% -
XYZ 28.58 26.23 28.37 -
YUV 142.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 166 131 140 0 0.21 0.16 0.35 344.57 0.16 0.58
Hex A6 83 8C 0 15 10 23 159 10 3A
Octal 246 203 214 0 25 20 43 531 20 72
Binary 10100110 10000011 10001100 0 10101 10000 100011 101011001 10000 111010

Color Harmonies of #A6838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6838C

Black with #A6838C

Text Example


Text Example

White with #A6838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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