Html Css Color HEX #A86E88 Tapestry

📋 copy color: '#A86E88'

red 168 ◦ green 110 ◦ blue 136

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

Shades of Tapestry #A86E88

Tints of Tapestry #A86E88

RGB

 RED value IS 168 (66.02% from 255) = 40.58%

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

 BLUE value IS 136 (53.52% from 255) = 32.85%

R = 40.58%
G = 26.57%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A86E88 (or 0xA86E88) is known color: Tapestry. HEX triplet: A8, 6E and 88. RGB value is (168,110,136). Sum of RGB (Red+Green+Blue) = 168+110+136=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86E88 is #579177. Grayscale: #828282. Windows color (decimal): -5738872 or 8941224. OLE color: 8941224.

HSL color Cylindrical-coordinate representation of color #A86E88: hue angle of 333.1º degrees, saturation: 0.25, 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 #A86E88 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 110 136 -
CMYK 0 0.35 0.19 0.34
HSL 333.1º 0.25% 0.55% -
HSV(B) 333.1º 0.35% 0.66% -
XYZ 26.17 21.25 26.02 -
YUV 130.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 168 110 136 0 0.35 0.19 0.34 333.1 0.25 0.55
Hex A8 6E 88 0 23 13 22 14D 19 37
Octal 250 156 210 0 43 23 42 515 31 67
Binary 10101000 1101110 10001000 0 100011 10011 100010 101001101 11001 110111

Color Harmonies of #A86E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86E88

Black with #A86E88

Text Example


Text Example

White with #A86E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86E88; }

 p { color: rgb(168,110,136); }

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

background-color css

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

 a { background-color: rgb(168,110,136); }

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

border-color css

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

 span { border-color: rgb(168,110,136); }

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