Html Css Color HEX #A6838D Tapestry

📋 copy color: '#A6838D'

red 166 ◦ green 131 ◦ blue 141

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

Shades of Tapestry #A6838D

Tints of Tapestry #A6838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.19%

R = 37.9%
G = 29.91%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6838D (or 0xA6838D) is known color: Tapestry. HEX triplet: A6, 83 and 8D. RGB value is (166,131,141). Sum of RGB (Red+Green+Blue) = 166+131+141=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6838D is #597C72. Grayscale: #8E8E8E. Windows color (decimal): -5864563 or 9274278. OLE color: 9274278.

HSL color Cylindrical-coordinate representation of color #A6838D: hue angle of 342.86º 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 #A6838D is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 141 -
CMYK 0 0.21 0.15 0.35
HSL 342.86º 0.16% 0.58% -
HSV(B) 342.86º 0.21% 0.65% -
XYZ 28.65 26.26 28.76 -
YUV 142.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 166 131 141 0 0.21 0.15 0.35 342.86 0.16 0.58
Hex A6 83 8D 0 15 F 23 157 10 3A
Octal 246 203 215 0 25 17 43 527 20 72
Binary 10100110 10000011 10001101 0 10101 1111 100011 101010111 10000 111010

Color Harmonies of #A6838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6838D

Black with #A6838D

Text Example


Text Example

White with #A6838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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