Html Css Color HEX #A6838B Tapestry

📋 copy color: '#A6838B'

red 166 ◦ green 131 ◦ blue 139

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

Shades of Tapestry #A6838B

Tints of Tapestry #A6838B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 38.07%
G = 30.05%
B = 31.88%

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

#A6838B (or 0xA6838B) is known color: Tapestry. HEX triplet: A6, 83 and 8B. RGB value is (166,131,139). Sum of RGB (Red+Green+Blue) = 166+131+139=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6838B is #597C74. Grayscale: #8E8E8E. Windows color (decimal): -5864565 or 9143206. OLE color: 9143206.

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

Color convert

RGB 166 131 139 -
CMYK 0 0.21 0.16 0.35
HSL 346.29º 0.16% 0.58% -
HSV(B) 346.29º 0.21% 0.65% -
XYZ 28.5 26.2 27.98 -
YUV 142.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 166 131 139 0 0.21 0.16 0.35 346.29 0.16 0.58
Hex A6 83 8B 0 15 10 23 15A 10 3A
Octal 246 203 213 0 25 20 43 532 20 72
Binary 10100110 10000011 10001011 0 10101 10000 100011 101011010 10000 111010

Color Harmonies of #A6838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6838B

Black with #A6838B

Text Example


Text Example

White with #A6838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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