Html Css Color HEX #A8878A Tapestry

📋 copy color: '#A8878A'

red 168 ◦ green 135 ◦ blue 138

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

Shades of Tapestry #A8878A

Tints of Tapestry #A8878A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 38.1%
G = 30.61%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8878A (or 0xA8878A) is known color: Tapestry. HEX triplet: A8, 87 and 8A. RGB value is (168,135,138). Sum of RGB (Red+Green+Blue) = 168+135+138=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 168 - color contains mainly: red. Hex color #A8878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8878A is #577875. Grayscale: #919191. Windows color (decimal): -5732470 or 9078696. OLE color: 9078696.

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

Color convert

RGB 168 135 138 -
CMYK 0 0.20 0.18 0.34
HSL 354.55º 0.16% 0.59% -
HSV(B) 354.55º 0.2% 0.66% -
XYZ 29.4 27.49 27.8 -
YUV 145.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 168 135 138 0 0.20 0.18 0.34 354.55 0.16 0.59
Hex A8 87 8A 0 14 12 22 163 10 3B
Octal 250 207 212 0 24 22 42 543 20 73
Binary 10101000 10000111 10001010 0 10100 10010 100010 101100011 10000 111011

Color Harmonies of #A8878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8878A

Black with #A8878A

Text Example


Text Example

White with #A8878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8878A; }

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

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

background-color css

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

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

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

border-color css

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

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

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