Html Css Color HEX #A17686 Tapestry

📋 copy color: '#A17686'

red 161 ◦ green 118 ◦ blue 134

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

Shades of Tapestry #A17686

Tints of Tapestry #A17686

RGB

 RED value IS 161 (63.28% from 255) = 38.98%

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

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

R = 38.98%
G = 28.57%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A17686 (or 0xA17686) is known color: Tapestry. HEX triplet: A1, 76 and 86. RGB value is (161,118,134). Sum of RGB (Red+Green+Blue) = 161+118+134=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A17686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17686 is #5E8979. Grayscale: #848484. Windows color (decimal): -6195578 or 8812193. OLE color: 8812193.

HSL color Cylindrical-coordinate representation of color #A17686: hue angle of 337.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A17686 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 118 134 -
CMYK 0 0.27 0.17 0.37
HSL 337.67º 0.19% 0.55% -
HSV(B) 337.67º 0.27% 0.63% -
XYZ 25.48 22.26 25.51 -
YUV 132.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 161 118 134 0 0.27 0.17 0.37 337.67 0.19 0.55
Hex A1 76 86 0 1B 11 25 152 13 37
Octal 241 166 206 0 33 21 45 522 23 67
Binary 10100001 1110110 10000110 0 11011 10001 100101 101010010 10011 110111

Color Harmonies of #A17686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17686

Black with #A17686

Text Example


Text Example

White with #A17686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17686; }

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

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

background-color css

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

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

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

border-color css

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

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

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