Html Css Color HEX #A87388 Tapestry

📋 copy color: '#A87388'

red 168 ◦ green 115 ◦ blue 136

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

Shades of Tapestry #A87388

Tints of Tapestry #A87388

RGB

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

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

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

R = 40.1%
G = 27.45%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#A87388 (or 0xA87388) is known color: Tapestry. HEX triplet: A8, 73 and 88. RGB value is (168,115,136). Sum of RGB (Red+Green+Blue) = 168+115+136=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A87388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87388 is #578C77. Grayscale: #858585. Windows color (decimal): -5737592 or 8942504. OLE color: 8942504.

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

Color convert

RGB 168 115 136 -
CMYK 0 0.32 0.19 0.34
HSL 336.23º 0.23% 0.55% -
HSV(B) 336.23º 0.32% 0.66% -
XYZ 26.72 22.36 26.2 -
YUV 133.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 168 115 136 0 0.32 0.19 0.34 336.23 0.23 0.55
Hex A8 73 88 0 20 13 22 150 17 37
Octal 250 163 210 0 40 23 42 520 27 67
Binary 10101000 1110011 10001000 0 100000 10011 100010 101010000 10111 110111

Color Harmonies of #A87388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87388

Black with #A87388

Text Example


Text Example

White with #A87388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87388; }

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

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

background-color css

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

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

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

border-color css

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

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

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