Html Css Color HEX #A77084 Tapestry

📋 copy color: '#A77084'

red 167 ◦ green 112 ◦ blue 132

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

Shades of Tapestry #A77084

Tints of Tapestry #A77084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

 BLUE value IS 132 (51.95% from 255) = 32.12%

R = 40.63%
G = 27.25%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A77084 (or 0xA77084) is known color: Tapestry. HEX triplet: A7, 70 and 84. RGB value is (167,112,132). Sum of RGB (Red+Green+Blue) = 167+112+132=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A77084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77084 is #588F7B. Grayscale: #828282. Windows color (decimal): -5803900 or 8679591. OLE color: 8679591.

HSL color Cylindrical-coordinate representation of color #A77084: hue angle of 338.18º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A77084 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 112 132 -
CMYK 0 0.33 0.21 0.35
HSL 338.18º 0.24% 0.55% -
HSV(B) 338.18º 0.33% 0.65% -
XYZ 25.9 21.47 24.61 -
YUV 130.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 167 112 132 0 0.33 0.21 0.35 338.18 0.24 0.55
Hex A7 70 84 0 21 15 23 152 18 37
Octal 247 160 204 0 41 25 43 522 30 67
Binary 10100111 1110000 10000100 0 100001 10101 100011 101010010 11000 110111

Color Harmonies of #A77084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77084

Black with #A77084

Text Example


Text Example

White with #A77084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77084; }

 p { color: rgb(167,112,132); }

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

background-color css

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

 a { background-color: rgb(167,112,132); }

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

border-color css

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

 span { border-color: rgb(167,112,132); }

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