Html Css Color HEX #A47D86 Tapestry

📋 copy color: '#A47D86'

red 164 ◦ green 125 ◦ blue 134

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

Shades of Tapestry #A47D86

Tints of Tapestry #A47D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.55%

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

R = 38.77%
G = 29.55%
B = 31.68%

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

#A47D86 (or 0xA47D86) is known color: Tapestry. HEX triplet: A4, 7D and 86. RGB value is (164,125,134). Sum of RGB (Red+Green+Blue) = 164+125+134=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47D86 is #5B8279. Grayscale: #898989. Windows color (decimal): -5997178 or 8813988. OLE color: 8813988.

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

Color convert

RGB 164 125 134 -
CMYK 0 0.24 0.18 0.36
HSL 346.15º 0.18% 0.57% -
HSV(B) 346.15º 0.24% 0.64% -
XYZ 26.95 24.28 25.82 -
YUV 137.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 164 125 134 0 0.24 0.18 0.36 346.15 0.18 0.57
Hex A4 7D 86 0 18 12 24 15A 12 39
Octal 244 175 206 0 30 22 44 532 22 71
Binary 10100100 1111101 10000110 0 11000 10010 100100 101011010 10010 111001

Color Harmonies of #A47D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D86

Black with #A47D86

Text Example


Text Example

White with #A47D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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