Html Css Color HEX #A77182 Tapestry

📋 copy color: '#A77182'

red 167 ◦ green 113 ◦ blue 130

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

Shades of Tapestry #A77182

Tints of Tapestry #A77182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 40.73%
G = 27.56%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A77182 (or 0xA77182) is known color: Tapestry. HEX triplet: A7, 71 and 82. RGB value is (167,113,130). Sum of RGB (Red+Green+Blue) = 167+113+130=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A77182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77182 is #588E7D. Grayscale: #838383. Windows color (decimal): -5803646 or 8548775. OLE color: 8548775.

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

Color convert

RGB 167 113 130 -
CMYK 0 0.32 0.22 0.35
HSL 341.11º 0.23% 0.55% -
HSV(B) 341.11º 0.32% 0.65% -
XYZ 25.87 21.64 23.93 -
YUV 131.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 167 113 130 0 0.32 0.22 0.35 341.11 0.23 0.55
Hex A7 71 82 0 20 16 23 155 17 37
Octal 247 161 202 0 40 26 43 525 27 67
Binary 10100111 1110001 10000010 0 100000 10110 100011 101010101 10111 110111

Color Harmonies of #A77182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77182

Black with #A77182

Text Example


Text Example

White with #A77182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77182; }

 p { color: rgb(167,113,130); }

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

background-color css

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

 a { background-color: rgb(167,113,130); }

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

border-color css

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

 span { border-color: rgb(167,113,130); }

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