Html Css Color HEX #A47380 Tapestry

📋 copy color: '#A47380'

red 164 ◦ green 115 ◦ blue 128

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

Shades of Tapestry #A47380

Tints of Tapestry #A47380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 40.29%
G = 28.26%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A47380 (or 0xA47380) is known color: Tapestry. HEX triplet: A4, 73 and 80. RGB value is (164,115,128). Sum of RGB (Red+Green+Blue) = 164+115+128=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A47380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47380 is #5B8C7F. Grayscale: #838383. Windows color (decimal): -5999744 or 8418212. OLE color: 8418212.

HSL color Cylindrical-coordinate representation of color #A47380: hue angle of 344.08º 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 #A47380 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 115 128 -
CMYK 0 0.30 0.22 0.36
HSL 344.08º 0.21% 0.55% -
HSV(B) 344.08º 0.3% 0.64% -
XYZ 25.34 21.71 23.28 -
YUV 131.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 164 115 128 0 0.30 0.22 0.36 344.08 0.21 0.55
Hex A4 73 80 0 1E 16 24 158 15 37
Octal 244 163 200 0 36 26 44 530 25 67
Binary 10100100 1110011 10000000 0 11110 10110 100100 101011000 10101 110111

Color Harmonies of #A47380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47380

Black with #A47380

Text Example


Text Example

White with #A47380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47380; }

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

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

background-color css

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

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

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

border-color css

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

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

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