Html Css Color HEX #A77685 Tapestry

📋 copy color: '#A77685'

red 167 ◦ green 118 ◦ blue 133

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

Shades of Tapestry #A77685

Tints of Tapestry #A77685

RGB

 RED value IS 167 (65.63% from 255) = 39.95%

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

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

R = 39.95%
G = 28.23%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A77685 (or 0xA77685) is known color: Tapestry. HEX triplet: A7, 76 and 85. RGB value is (167,118,133). Sum of RGB (Red+Green+Blue) = 167+118+133=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A77685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77685 is #58897A. Grayscale: #868686. Windows color (decimal): -5802363 or 8746663. OLE color: 8746663.

HSL color Cylindrical-coordinate representation of color #A77685: hue angle of 341.63º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A77685 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 118 133 -
CMYK 0 0.29 0.20 0.35
HSL 341.63º 0.22% 0.56% -
HSV(B) 341.63º 0.29% 0.65% -
XYZ 26.65 22.87 25.2 -
YUV 134.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 167 118 133 0 0.29 0.20 0.35 341.63 0.22 0.56
Hex A7 76 85 0 1D 14 23 156 16 38
Octal 247 166 205 0 35 24 43 526 26 70
Binary 10100111 1110110 10000101 0 11101 10100 100011 101010110 10110 111000

Color Harmonies of #A77685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77685

Black with #A77685

Text Example


Text Example

White with #A77685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77685; }

 p { color: rgb(167,118,133); }

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

background-color css

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

 a { background-color: rgb(167,118,133); }

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

border-color css

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

 span { border-color: rgb(167,118,133); }

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