Html Css Color HEX #A47C87 Tapestry

📋 copy color: '#A47C87'

red 164 ◦ green 124 ◦ blue 135

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

Shades of Tapestry #A47C87

Tints of Tapestry #A47C87

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 135 (53.13% from 255) = 31.91%

R = 38.77%
G = 29.31%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A47C87 (or 0xA47C87) is known color: Tapestry. HEX triplet: A4, 7C and 87. RGB value is (164,124,135). Sum of RGB (Red+Green+Blue) = 164+124+135=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47C87 is #5B8378. Grayscale: #898989. Windows color (decimal): -5997433 or 8879268. OLE color: 8879268.

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

Color convert

RGB 164 124 135 -
CMYK 0 0.24 0.18 0.36
HSL 343.5º 0.18% 0.56% -
HSV(B) 343.5º 0.24% 0.64% -
XYZ 26.89 24.06 26.15 -
YUV 137.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 164 124 135 0 0.24 0.18 0.36 343.5 0.18 0.56
Hex A4 7C 87 0 18 12 24 158 12 38
Octal 244 174 207 0 30 22 44 530 22 70
Binary 10100100 1111100 10000111 0 11000 10010 100100 101011000 10010 111000

Color Harmonies of #A47C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C87

Black with #A47C87

Text Example


Text Example

White with #A47C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C87; }

 p { color: rgb(164,124,135); }

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

background-color css

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

 a { background-color: rgb(164,124,135); }

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

border-color css

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

 span { border-color: rgb(164,124,135); }

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