Html Css Color HEX #A6858A Tapestry

📋 copy color: '#A6858A'

red 166 ◦ green 133 ◦ blue 138

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

Shades of Tapestry #A6858A

Tints of Tapestry #A6858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.58%

R = 37.99%
G = 30.43%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6858A (or 0xA6858A) is known color: Tapestry. HEX triplet: A6, 85 and 8A. RGB value is (166,133,138). Sum of RGB (Red+Green+Blue) = 166+133+138=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A6858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6858A is #597A75. Grayscale: #8F8F8F. Windows color (decimal): -5864054 or 9078182. OLE color: 9078182.

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

Color convert

RGB 166 133 138 -
CMYK 0 0.20 0.17 0.35
HSL 350.91º 0.16% 0.59% -
HSV(B) 350.91º 0.2% 0.65% -
XYZ 28.7 26.72 27.69 -
YUV 143.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 166 133 138 0 0.20 0.17 0.35 350.91 0.16 0.59
Hex A6 85 8A 0 14 11 23 15F 10 3B
Octal 246 205 212 0 24 21 43 537 20 73
Binary 10100110 10000101 10001010 0 10100 10001 100011 101011111 10000 111011

Color Harmonies of #A6858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6858A

Black with #A6858A

Text Example


Text Example

White with #A6858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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