Html Css Color HEX #A47086 Tapestry

📋 copy color: '#A47086'

red 164 ◦ green 112 ◦ blue 134

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

Shades of Tapestry #A47086

Tints of Tapestry #A47086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

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

R = 40%
G = 27.32%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A47086 (or 0xA47086) is known color: Tapestry. HEX triplet: A4, 70 and 86. RGB value is (164,112,134). Sum of RGB (Red+Green+Blue) = 164+112+134=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A47086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47086 is #5B8F79. Grayscale: #828282. Windows color (decimal): -6000506 or 8810660. OLE color: 8810660.

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

Color convert

RGB 164 112 134 -
CMYK 0 0.32 0.18 0.36
HSL 334.62º 0.22% 0.54% -
HSV(B) 334.62º 0.32% 0.64% -
XYZ 25.41 21.2 25.31 -
YUV 130.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 164 112 134 0 0.32 0.18 0.36 334.62 0.22 0.54
Hex A4 70 86 0 20 12 24 14F 16 36
Octal 244 160 206 0 40 22 44 517 26 66
Binary 10100100 1110000 10000110 0 100000 10010 100100 101001111 10110 110110

Color Harmonies of #A47086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47086

Black with #A47086

Text Example


Text Example

White with #A47086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47086; }

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

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

background-color css

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

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

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

border-color css

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

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

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