Html Css Color HEX #A47187 Tapestry

📋 copy color: '#A47187'

red 164 ◦ green 113 ◦ blue 135

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

Shades of Tapestry #A47187

Tints of Tapestry #A47187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.43%

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

R = 39.81%
G = 27.43%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A47187 (or 0xA47187) is known color: Tapestry. HEX triplet: A4, 71 and 87. RGB value is (164,113,135). Sum of RGB (Red+Green+Blue) = 164+113+135=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A47187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47187 is #5B8E78. Grayscale: #828282. Windows color (decimal): -6000249 or 8876452. OLE color: 8876452.

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

Color convert

RGB 164 113 135 -
CMYK 0 0.31 0.18 0.36
HSL 334.12º 0.22% 0.54% -
HSV(B) 334.12º 0.31% 0.64% -
XYZ 25.59 21.45 25.71 -
YUV 130.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 164 113 135 0 0.31 0.18 0.36 334.12 0.22 0.54
Hex A4 71 87 0 1F 12 24 14E 16 36
Octal 244 161 207 0 37 22 44 516 26 66
Binary 10100100 1110001 10000111 0 11111 10010 100100 101001110 10110 110110

Color Harmonies of #A47187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47187

Black with #A47187

Text Example


Text Example

White with #A47187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47187; }

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

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

background-color css

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

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

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

border-color css

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

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

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