Html Css Color HEX #A87380 Tapestry

📋 copy color: '#A87380'

red 168 ◦ green 115 ◦ blue 128

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

Shades of Tapestry #A87380

Tints of Tapestry #A87380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.98%

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 40.88%
G = 27.98%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A87380 (or 0xA87380) is known color: Tapestry. HEX triplet: A8, 73 and 80. RGB value is (168,115,128). Sum of RGB (Red+Green+Blue) = 168+115+128=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A87380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87380 is #578C7F. Grayscale: #848484. Windows color (decimal): -5737600 or 8418216. OLE color: 8418216.

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

Color convert

RGB 168 115 128 -
CMYK 0 0.32 0.24 0.34
HSL 345.28º 0.23% 0.55% -
HSV(B) 345.28º 0.32% 0.66% -
XYZ 26.18 22.14 23.32 -
YUV 132.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 168 115 128 0 0.32 0.24 0.34 345.28 0.23 0.55
Hex A8 73 80 0 20 18 22 159 17 37
Octal 250 163 200 0 40 30 42 531 27 67
Binary 10101000 1110011 10000000 0 100000 11000 100010 101011001 10111 110111

Color Harmonies of #A87380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87380

Black with #A87380

Text Example


Text Example

White with #A87380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87380; }

 p { color: rgb(168,115,128); }

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

background-color css

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

 a { background-color: rgb(168,115,128); }

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

border-color css

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

 span { border-color: rgb(168,115,128); }

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