Html Css Color HEX #A67686 Tapestry

📋 copy color: '#A67686'

red 166 ◦ green 118 ◦ blue 134

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

Shades of Tapestry #A67686

Tints of Tapestry #A67686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.23%

 BLUE value IS 134 (52.73% from 255) = 32.06%

R = 39.71%
G = 28.23%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A67686 (or 0xA67686) is known color: Tapestry. HEX triplet: A6, 76 and 86. RGB value is (166,118,134). Sum of RGB (Red+Green+Blue) = 166+118+134=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A67686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67686 is #598979. Grayscale: #868686. Windows color (decimal): -5867898 or 8812198. OLE color: 8812198.

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

Color convert

RGB 166 118 134 -
CMYK 0 0.29 0.19 0.35
HSL 340º 0.21% 0.56% -
HSV(B) 340º 0.29% 0.65% -
XYZ 26.51 22.79 25.56 -
YUV 134.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 166 118 134 0 0.29 0.19 0.35 340 0.21 0.56
Hex A6 76 86 0 1D 13 23 154 15 38
Octal 246 166 206 0 35 23 43 524 25 70
Binary 10100110 1110110 10000110 0 11101 10011 100011 101010100 10101 111000

Color Harmonies of #A67686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67686

Black with #A67686

Text Example


Text Example

White with #A67686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67686; }

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

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

background-color css

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

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

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

border-color css

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

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

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