Html Css Color HEX #A47687 Tapestry

📋 copy color: '#A47687'

red 164 ◦ green 118 ◦ blue 135

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

Shades of Tapestry #A47687

Tints of Tapestry #A47687

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

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

R = 39.33%
G = 28.3%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A47687 (or 0xA47687) is known color: Tapestry. HEX triplet: A4, 76 and 87. RGB value is (164,118,135). Sum of RGB (Red+Green+Blue) = 164+118+135=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A47687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47687 is #5B8978. Grayscale: #858585. Windows color (decimal): -5998969 or 8877732. OLE color: 8877732.

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

Color convert

RGB 164 118 135 -
CMYK 0 0.28 0.18 0.36
HSL 337.83º 0.2% 0.55% -
HSV(B) 337.83º 0.28% 0.64% -
XYZ 26.16 22.6 25.9 -
YUV 133.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 164 118 135 0 0.28 0.18 0.36 337.83 0.2 0.55
Hex A4 76 87 0 1C 12 24 152 14 37
Octal 244 166 207 0 34 22 44 522 24 67
Binary 10100100 1110110 10000111 0 11100 10010 100100 101010010 10100 110111

Color Harmonies of #A47687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47687

Black with #A47687

Text Example


Text Example

White with #A47687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47687; }

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

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

background-color css

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

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

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

border-color css

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

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

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