Html Css Color HEX #A67186 Tapestry

📋 copy color: '#A67186'

red 166 ◦ green 113 ◦ blue 134

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

Shades of Tapestry #A67186

Tints of Tapestry #A67186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.36%

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

R = 40.19%
G = 27.36%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A67186 (or 0xA67186) is known color: Tapestry. HEX triplet: A6, 71 and 86. RGB value is (166,113,134). Sum of RGB (Red+Green+Blue) = 166+113+134=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A67186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67186 is #598E79. Grayscale: #838383. Windows color (decimal): -5869178 or 8810918. OLE color: 8810918.

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

Color convert

RGB 166 113 134 -
CMYK 0 0.32 0.19 0.35
HSL 336.23º 0.23% 0.55% -
HSV(B) 336.23º 0.32% 0.65% -
XYZ 25.93 21.64 25.36 -
YUV 131.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 166 113 134 0 0.32 0.19 0.35 336.23 0.23 0.55
Hex A6 71 86 0 20 13 23 150 17 37
Octal 246 161 206 0 40 23 43 520 27 67
Binary 10100110 1110001 10000110 0 100000 10011 100011 101010000 10111 110111

Color Harmonies of #A67186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67186

Black with #A67186

Text Example


Text Example

White with #A67186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67186; }

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

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

background-color css

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

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

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

border-color css

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

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

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