Html Css Color HEX #A5878E Tapestry

📋 copy color: '#A5878E'

red 165 ◦ green 135 ◦ blue 142

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

Shades of Tapestry #A5878E

Tints of Tapestry #A5878E

RGB

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

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

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

R = 37.33%
G = 30.54%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5878E (or 0xA5878E) is known color: Tapestry. HEX triplet: A5, 87 and 8E. RGB value is (165,135,142). Sum of RGB (Red+Green+Blue) = 165+135+142=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 165 - color contains mainly: red. Hex color #A5878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5878E is #5A7871. Grayscale: #909090. Windows color (decimal): -5929074 or 9340837. OLE color: 9340837.

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

Color convert

RGB 165 135 142 -
CMYK 0 0.18 0.14 0.35
HSL 346º 0.14% 0.59% -
HSV(B) 346º 0.18% 0.65% -
XYZ 29.06 27.28 29.33 -
YUV 144.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 165 135 142 0 0.18 0.14 0.35 346 0.14 0.59
Hex A5 87 8E 0 12 E 23 15A E 3B
Octal 245 207 216 0 22 16 43 532 16 73
Binary 10100101 10000111 10001110 0 10010 1110 100011 101011010 1110 111011

Color Harmonies of #A5878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5878E

Black with #A5878E

Text Example


Text Example

White with #A5878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5878E; }

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

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

background-color css

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

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

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

border-color css

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

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

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