Html Css Color HEX #A87185 Tapestry

📋 copy color: '#A87185'

red 168 ◦ green 113 ◦ blue 133

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

Shades of Tapestry #A87185

Tints of Tapestry #A87185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.29%

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

R = 40.58%
G = 27.29%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A87185 (or 0xA87185) is known color: Tapestry. HEX triplet: A8, 71 and 85. RGB value is (168,113,133). Sum of RGB (Red+Green+Blue) = 168+113+133=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A87185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87185 is #578E7A. Grayscale: #838383. Windows color (decimal): -5738107 or 8745384. OLE color: 8745384.

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

Color convert

RGB 168 113 133 -
CMYK 0 0.33 0.21 0.34
HSL 338.18º 0.24% 0.55% -
HSV(B) 338.18º 0.33% 0.66% -
XYZ 26.29 21.83 25.02 -
YUV 131.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 168 113 133 0 0.33 0.21 0.34 338.18 0.24 0.55
Hex A8 71 85 0 21 15 22 152 18 37
Octal 250 161 205 0 41 25 42 522 30 67
Binary 10101000 1110001 10000101 0 100001 10101 100010 101010010 11000 110111

Color Harmonies of #A87185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87185

Black with #A87185

Text Example


Text Example

White with #A87185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87185; }

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

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

background-color css

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

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

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

border-color css

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

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

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