Html Css Color HEX #A6868A Tapestry

📋 copy color: '#A6868A'

red 166 ◦ green 134 ◦ blue 138

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

Shades of Tapestry #A6868A

Tints of Tapestry #A6868A

RGB

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

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

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

R = 37.9%
G = 30.59%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6868A (or 0xA6868A) is known color: Tapestry. HEX triplet: A6, 86 and 8A. RGB value is (166,134,138). Sum of RGB (Red+Green+Blue) = 166+134+138=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A6868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6868A is #597975. Grayscale: #909090. Windows color (decimal): -5863798 or 9078438. OLE color: 9078438.

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

Color convert

RGB 166 134 138 -
CMYK 0 0.19 0.17 0.35
HSL 352.5º 0.15% 0.59% -
HSV(B) 352.5º 0.19% 0.65% -
XYZ 28.84 26.99 27.73 -
YUV 144.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 166 134 138 0 0.19 0.17 0.35 352.5 0.15 0.59
Hex A6 86 8A 0 13 11 23 160 F 3B
Octal 246 206 212 0 23 21 43 540 17 73
Binary 10100110 10000110 10001010 0 10011 10001 100011 101100000 1111 111011

Color Harmonies of #A6868A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6868A

Black with #A6868A

Text Example


Text Example

White with #A6868A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6868A; }

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

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

background-color css

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

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

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

border-color css

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

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

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