Html Css Color HEX #A8878E Tapestry

📋 copy color: '#A8878E'

red 168 ◦ green 135 ◦ blue 142

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

Shades of Tapestry #A8878E

Tints of Tapestry #A8878E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.34%

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 37.75%
G = 30.34%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8878E (or 0xA8878E) is known color: Tapestry. HEX triplet: A8, 87 and 8E. RGB value is (168,135,142). Sum of RGB (Red+Green+Blue) = 168+135+142=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A8878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8878E is #577871. Grayscale: #919191. Windows color (decimal): -5732466 or 9340840. OLE color: 9340840.

HSL color Cylindrical-coordinate representation of color #A8878E: hue angle of 347.27º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8878E is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 135 142 -
CMYK 0 0.20 0.15 0.34
HSL 347.27º 0.16% 0.59% -
HSV(B) 347.27º 0.2% 0.66% -
XYZ 29.69 27.61 29.35 -
YUV 145.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 168 135 142 0 0.20 0.15 0.34 347.27 0.16 0.59
Hex A8 87 8E 0 14 F 22 15B 10 3B
Octal 250 207 216 0 24 17 42 533 20 73
Binary 10101000 10000111 10001110 0 10100 1111 100010 101011011 10000 111011

Color Harmonies of #A8878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8878E

Black with #A8878E

Text Example


Text Example

White with #A8878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8878E; }

 p { color: rgb(168,135,142); }

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

background-color css

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

 a { background-color: rgb(168,135,142); }

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

border-color css

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

 span { border-color: rgb(168,135,142); }

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