Html Css Color HEX #A96E87 Tapestry

📋 copy color: '#A96E87'

red 169 ◦ green 110 ◦ blue 135

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

Shades of Tapestry #A96E87

Tints of Tapestry #A96E87

RGB

 RED value IS 169 (66.41% from 255) = 40.82%

 GREEN value IS 110 (43.36% from 255) = 26.57%

 BLUE value IS 135 (53.13% from 255) = 32.61%

R = 40.82%
G = 26.57%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A96E87 (or 0xA96E87) is known color: Tapestry. HEX triplet: A9, 6E and 87. RGB value is (169,110,135). Sum of RGB (Red+Green+Blue) = 169+110+135=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96E87 is #569178. Grayscale: #828282. Windows color (decimal): -5673337 or 8875689. OLE color: 8875689.

HSL color Cylindrical-coordinate representation of color #A96E87: hue angle of 334.58º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96E87 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 110 135 -
CMYK 0 0.35 0.20 0.34
HSL 334.58º 0.26% 0.55% -
HSV(B) 334.58º 0.35% 0.66% -
XYZ 26.31 21.34 25.65 -
YUV 130.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 169 110 135 0 0.35 0.20 0.34 334.58 0.26 0.55
Hex A9 6E 87 0 23 14 22 14F 1A 37
Octal 251 156 207 0 43 24 42 517 32 67
Binary 10101001 1101110 10000111 0 100011 10100 100010 101001111 11010 110111

Color Harmonies of #A96E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96E87

Black with #A96E87

Text Example


Text Example

White with #A96E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96E87; }

 p { color: rgb(169,110,135); }

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

background-color css

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

 a { background-color: rgb(169,110,135); }

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

border-color css

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

 span { border-color: rgb(169,110,135); }

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