Html Css Color HEX #A5868C Tapestry

📋 copy color: '#A5868C'

red 165 ◦ green 134 ◦ blue 140

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

Shades of Tapestry #A5868C

Tints of Tapestry #A5868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.52%

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

R = 37.59%
G = 30.52%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5868C (or 0xA5868C) is known color: Tapestry. HEX triplet: A5, 86 and 8C. RGB value is (165,134,140). Sum of RGB (Red+Green+Blue) = 165+134+140=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A5868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5868C is #5A7973. Grayscale: #8F8F8F. Windows color (decimal): -5929332 or 9209509. OLE color: 9209509.

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

Color convert

RGB 165 134 140 -
CMYK 0 0.19 0.15 0.35
HSL 348.39º 0.15% 0.59% -
HSV(B) 348.39º 0.19% 0.65% -
XYZ 28.78 26.94 28.49 -
YUV 143.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 165 134 140 0 0.19 0.15 0.35 348.39 0.15 0.59
Hex A5 86 8C 0 13 F 23 15C F 3B
Octal 245 206 214 0 23 17 43 534 17 73
Binary 10100101 10000110 10001100 0 10011 1111 100011 101011100 1111 111011

Color Harmonies of #A5868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5868C

Black with #A5868C

Text Example


Text Example

White with #A5868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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