Html Css Color HEX #A47386 Tapestry

📋 copy color: '#A47386'

red 164 ◦ green 115 ◦ blue 134

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

Shades of Tapestry #A47386

Tints of Tapestry #A47386

RGB

 RED value IS 164 (64.45% from 255) = 39.71%

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

 BLUE value IS 134 (52.73% from 255) = 32.45%

R = 39.71%
G = 27.85%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A47386 (or 0xA47386) is known color: Tapestry. HEX triplet: A4, 73 and 86. RGB value is (164,115,134). Sum of RGB (Red+Green+Blue) = 164+115+134=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A47386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47386 is #5B8C79. Grayscale: #838383. Windows color (decimal): -5999738 or 8811428. OLE color: 8811428.

HSL color Cylindrical-coordinate representation of color #A47386: hue angle of 336.73º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A47386 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 134 -
CMYK 0 0.30 0.18 0.36
HSL 336.73º 0.21% 0.55% -
HSV(B) 336.73º 0.3% 0.64% -
XYZ 25.74 21.88 25.42 -
YUV 131.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 164 115 134 0 0.30 0.18 0.36 336.73 0.21 0.55
Hex A4 73 86 0 1E 12 24 151 15 37
Octal 244 163 206 0 36 22 44 521 25 67
Binary 10100100 1110011 10000110 0 11110 10010 100100 101010001 10101 110111

Color Harmonies of #A47386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47386

Black with #A47386

Text Example


Text Example

White with #A47386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47386; }

 p { color: rgb(164,115,134); }

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

background-color css

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

 a { background-color: rgb(164,115,134); }

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

border-color css

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

 span { border-color: rgb(164,115,134); }

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