Html Css Color HEX #A67086 Tapestry

📋 copy color: '#A67086'

red 166 ◦ green 112 ◦ blue 134

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

Shades of Tapestry #A67086

Tints of Tapestry #A67086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.18%

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

R = 40.29%
G = 27.18%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A67086 (or 0xA67086) is known color: Tapestry. HEX triplet: A6, 70 and 86. RGB value is (166,112,134). Sum of RGB (Red+Green+Blue) = 166+112+134=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A67086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67086 is #598F79. Grayscale: #828282. Windows color (decimal): -5869434 or 8810662. OLE color: 8810662.

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

Color convert

RGB 166 112 134 -
CMYK 0 0.33 0.19 0.35
HSL 335.56º 0.23% 0.55% -
HSV(B) 335.56º 0.33% 0.65% -
XYZ 25.82 21.42 25.33 -
YUV 130.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 166 112 134 0 0.33 0.19 0.35 335.56 0.23 0.55
Hex A6 70 86 0 21 13 23 150 17 37
Octal 246 160 206 0 41 23 43 520 27 67
Binary 10100110 1110000 10000110 0 100001 10011 100011 101010000 10111 110111

Color Harmonies of #A67086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67086

Black with #A67086

Text Example


Text Example

White with #A67086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67086; }

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

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

background-color css

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

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

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

border-color css

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

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

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