Html Css Color HEX #A6868D Tapestry

📋 copy color: '#A6868D'

red 166 ◦ green 134 ◦ blue 141

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

Shades of Tapestry #A6868D

Tints of Tapestry #A6868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.39%

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

R = 37.64%
G = 30.39%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6868D (or 0xA6868D) is known color: Tapestry. HEX triplet: A6, 86 and 8D. RGB value is (166,134,141). Sum of RGB (Red+Green+Blue) = 166+134+141=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A6868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6868D is #597972. Grayscale: #909090. Windows color (decimal): -5863795 or 9275046. OLE color: 9275046.

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

Color convert

RGB 166 134 141 -
CMYK 0 0.19 0.15 0.35
HSL 346.88º 0.15% 0.59% -
HSV(B) 346.88º 0.19% 0.65% -
XYZ 29.06 27.08 28.89 -
YUV 144.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 166 134 141 0 0.19 0.15 0.35 346.88 0.15 0.59
Hex A6 86 8D 0 13 F 23 15B F 3B
Octal 246 206 215 0 23 17 43 533 17 73
Binary 10100110 10000110 10001101 0 10011 1111 100011 101011011 1111 111011

Color Harmonies of #A6868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6868D

Black with #A6868D

Text Example


Text Example

White with #A6868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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