Html Css Color HEX #A6838F Tapestry

📋 copy color: '#A6838F'

red 166 ◦ green 131 ◦ blue 143

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

Shades of Tapestry #A6838F

Tints of Tapestry #A6838F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.5%

R = 37.73%
G = 29.77%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6838F (or 0xA6838F) is known color: Tapestry. HEX triplet: A6, 83 and 8F. RGB value is (166,131,143). Sum of RGB (Red+Green+Blue) = 166+131+143=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6838F is #597C70. Grayscale: #8E8E8E. Windows color (decimal): -5864561 or 9405350. OLE color: 9405350.

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

Color convert

RGB 166 131 143 -
CMYK 0 0.21 0.14 0.35
HSL 339.43º 0.16% 0.58% -
HSV(B) 339.43º 0.21% 0.65% -
XYZ 28.8 26.32 29.55 -
YUV 142.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 166 131 143 0 0.21 0.14 0.35 339.43 0.16 0.58
Hex A6 83 8F 0 15 E 23 153 10 3A
Octal 246 203 217 0 25 16 43 523 20 72
Binary 10100110 10000011 10001111 0 10101 1110 100011 101010011 10000 111010

Color Harmonies of #A6838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6838F

Black with #A6838F

Text Example


Text Example

White with #A6838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6838F; }

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

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

background-color css

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

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

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

border-color css

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

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

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