Html Css Color HEX #A5878C Tapestry

📋 copy color: '#A5878C'

red 165 ◦ green 135 ◦ blue 140

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

Shades of Tapestry #A5878C

Tints of Tapestry #A5878C

RGB

 RED value IS 165 (64.84% from 255) = 37.5%

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

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 37.5%
G = 30.68%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5878C (or 0xA5878C) is known color: Tapestry. HEX triplet: A5, 87 and 8C. RGB value is (165,135,140). Sum of RGB (Red+Green+Blue) = 165+135+140=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A5878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5878C is #5A7873. Grayscale: #909090. Windows color (decimal): -5929076 or 9209765. OLE color: 9209765.

HSL color Cylindrical-coordinate representation of color #A5878C: hue angle of 350º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5878C is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 135 140 -
CMYK 0 0.18 0.15 0.35
HSL 350º 0.14% 0.59% -
HSV(B) 350º 0.18% 0.65% -
XYZ 28.91 27.22 28.54 -
YUV 144.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 165 135 140 0 0.18 0.15 0.35 350 0.14 0.59
Hex A5 87 8C 0 12 F 23 15E E 3B
Octal 245 207 214 0 22 17 43 536 16 73
Binary 10100101 10000111 10001100 0 10010 1111 100011 101011110 1110 111011

Color Harmonies of #A5878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5878C

Black with #A5878C

Text Example


Text Example

White with #A5878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5878C; }

 p { color: rgb(165,135,140); }

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

background-color css

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

 a { background-color: rgb(165,135,140); }

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

border-color css

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

 span { border-color: rgb(165,135,140); }

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