Html Css Color HEX #A87385 Tapestry

📋 copy color: '#A87385'

red 168 ◦ green 115 ◦ blue 133

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

Shades of Tapestry #A87385

Tints of Tapestry #A87385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.64%

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 40.38%
G = 27.64%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A87385 (or 0xA87385) is known color: Tapestry. HEX triplet: A8, 73 and 85. RGB value is (168,115,133). Sum of RGB (Red+Green+Blue) = 168+115+133=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A87385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87385 is #578C7A. Grayscale: #848484. Windows color (decimal): -5737595 or 8745896. OLE color: 8745896.

HSL color Cylindrical-coordinate representation of color #A87385: hue angle of 339.62º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87385 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 115 133 -
CMYK 0 0.32 0.21 0.34
HSL 339.62º 0.23% 0.55% -
HSV(B) 339.62º 0.32% 0.66% -
XYZ 26.51 22.28 25.09 -
YUV 132.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 168 115 133 0 0.32 0.21 0.34 339.62 0.23 0.55
Hex A8 73 85 0 20 15 22 154 17 37
Octal 250 163 205 0 40 25 42 524 27 67
Binary 10101000 1110011 10000101 0 100000 10101 100010 101010100 10111 110111

Color Harmonies of #A87385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87385

Black with #A87385

Text Example


Text Example

White with #A87385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87385; }

 p { color: rgb(168,115,133); }

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

background-color css

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

 a { background-color: rgb(168,115,133); }

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

border-color css

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

 span { border-color: rgb(168,115,133); }

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