Html Css Color HEX #A87288 Tapestry

📋 copy color: '#A87288'

red 168 ◦ green 114 ◦ blue 136

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

Shades of Tapestry #A87288

Tints of Tapestry #A87288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.27%

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

R = 40.19%
G = 27.27%
B = 32.54%

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

#A87288 (or 0xA87288) is known color: Tapestry. HEX triplet: A8, 72 and 88. RGB value is (168,114,136). Sum of RGB (Red+Green+Blue) = 168+114+136=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A87288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87288 is #578D77. Grayscale: #848484. Windows color (decimal): -5737848 or 8942248. OLE color: 8942248.

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

Color convert

RGB 168 114 136 -
CMYK 0 0.32 0.19 0.34
HSL 335.56º 0.24% 0.55% -
HSV(B) 335.56º 0.32% 0.66% -
XYZ 26.61 22.14 26.16 -
YUV 132.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 168 114 136 0 0.32 0.19 0.34 335.56 0.24 0.55
Hex A8 72 88 0 20 13 22 150 18 37
Octal 250 162 210 0 40 23 42 520 30 67
Binary 10101000 1110010 10001000 0 100000 10011 100010 101010000 11000 110111

Color Harmonies of #A87288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87288

Black with #A87288

Text Example


Text Example

White with #A87288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87288; }

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

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

background-color css

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

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

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

border-color css

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

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

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