Html Css Color HEX #A6858D Tapestry

📋 copy color: '#A6858D'

red 166 ◦ green 133 ◦ blue 141

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

Shades of Tapestry #A6858D

Tints of Tapestry #A6858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

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

R = 37.73%
G = 30.23%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6858D (or 0xA6858D) is known color: Tapestry. HEX triplet: A6, 85 and 8D. RGB value is (166,133,141). Sum of RGB (Red+Green+Blue) = 166+133+141=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 166 - color contains mainly: red. Hex color #A6858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6858D is #597A72. Grayscale: #8F8F8F. Windows color (decimal): -5864051 or 9274790. OLE color: 9274790.

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

Color convert

RGB 166 133 141 -
CMYK 0 0.20 0.15 0.35
HSL 345.45º 0.16% 0.59% -
HSV(B) 345.45º 0.2% 0.65% -
XYZ 28.92 26.81 28.85 -
YUV 143.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 166 133 141 0 0.20 0.15 0.35 345.45 0.16 0.59
Hex A6 85 8D 0 14 F 23 159 10 3B
Octal 246 205 215 0 24 17 43 531 20 73
Binary 10100110 10000101 10001101 0 10100 1111 100011 101011001 10000 111011

Color Harmonies of #A6858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6858D

Black with #A6858D

Text Example


Text Example

White with #A6858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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