Html Css Color HEX #A77580 Tapestry

📋 copy color: '#A77580'

red 167 ◦ green 117 ◦ blue 128

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

Shades of Tapestry #A77580

Tints of Tapestry #A77580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.07%

R = 40.53%
G = 28.4%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A77580 (or 0xA77580) is known color: Tapestry. HEX triplet: A7, 75 and 80. RGB value is (167,117,128). Sum of RGB (Red+Green+Blue) = 167+117+128=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A77580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77580 is #588A7F. Grayscale: #858585. Windows color (decimal): -5802624 or 8418727. OLE color: 8418727.

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

Color convert

RGB 167 117 128 -
CMYK 0 0.30 0.23 0.35
HSL 346.8º 0.22% 0.56% -
HSV(B) 346.8º 0.3% 0.65% -
XYZ 26.19 22.5 23.38 -
YUV 133.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 167 117 128 0 0.30 0.23 0.35 346.8 0.22 0.56
Hex A7 75 80 0 1E 17 23 15B 16 38
Octal 247 165 200 0 36 27 43 533 26 70
Binary 10100111 1110101 10000000 0 11110 10111 100011 101011011 10110 111000

Color Harmonies of #A77580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77580

Black with #A77580

Text Example


Text Example

White with #A77580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77580; }

 p { color: rgb(167,117,128); }

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

background-color css

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

 a { background-color: rgb(167,117,128); }

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

border-color css

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

 span { border-color: rgb(167,117,128); }

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