Html Css Color HEX #A47785 Tapestry

📋 copy color: '#A47785'

red 164 ◦ green 119 ◦ blue 133

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

Shades of Tapestry #A47785

Tints of Tapestry #A47785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.61%

 BLUE value IS 133 (52.34% from 255) = 31.97%

R = 39.42%
G = 28.61%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A47785 (or 0xA47785) is known color: Tapestry. HEX triplet: A4, 77 and 85. RGB value is (164,119,133). Sum of RGB (Red+Green+Blue) = 164+119+133=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A47785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47785 is #5B887A. Grayscale: #868686. Windows color (decimal): -5998715 or 8746916. OLE color: 8746916.

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

Color convert

RGB 164 119 133 -
CMYK 0 0.27 0.19 0.36
HSL 341.33º 0.2% 0.55% -
HSV(B) 341.33º 0.27% 0.64% -
XYZ 26.14 22.78 25.21 -
YUV 134.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 164 119 133 0 0.27 0.19 0.36 341.33 0.2 0.55
Hex A4 77 85 0 1B 13 24 155 14 37
Octal 244 167 205 0 33 23 44 525 24 67
Binary 10100100 1110111 10000101 0 11011 10011 100100 101010101 10100 110111

Color Harmonies of #A47785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47785

Black with #A47785

Text Example


Text Example

White with #A47785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47785; }

 p { color: rgb(164,119,133); }

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

background-color css

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

 a { background-color: rgb(164,119,133); }

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

border-color css

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

 span { border-color: rgb(164,119,133); }

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