Html Css Color HEX #A47586 Tapestry

📋 copy color: '#A47586'

red 164 ◦ green 117 ◦ blue 134

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

Shades of Tapestry #A47586

Tints of Tapestry #A47586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.19%

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

R = 39.52%
G = 28.19%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A47586 (or 0xA47586) is known color: Tapestry. HEX triplet: A4, 75 and 86. RGB value is (164,117,134). Sum of RGB (Red+Green+Blue) = 164+117+134=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A47586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47586 is #5B8A79. Grayscale: #848484. Windows color (decimal): -5999226 or 8811940. OLE color: 8811940.

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

Color convert

RGB 164 117 134 -
CMYK 0 0.29 0.18 0.36
HSL 338.3º 0.21% 0.55% -
HSV(B) 338.3º 0.29% 0.64% -
XYZ 25.97 22.34 25.5 -
YUV 132.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 164 117 134 0 0.29 0.18 0.36 338.3 0.21 0.55
Hex A4 75 86 0 1D 12 24 152 15 37
Octal 244 165 206 0 35 22 44 522 25 67
Binary 10100100 1110101 10000110 0 11101 10010 100100 101010010 10101 110111

Color Harmonies of #A47586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47586

Black with #A47586

Text Example


Text Example

White with #A47586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47586; }

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

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

background-color css

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

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

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

border-color css

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

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

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