Html Css Color HEX #A7718A Tapestry

📋 copy color: '#A7718A'

red 167 ◦ green 113 ◦ blue 138

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

Shades of Tapestry #A7718A

Tints of Tapestry #A7718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.01%

R = 39.95%
G = 27.03%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7718A (or 0xA7718A) is known color: Tapestry. HEX triplet: A7, 71 and 8A. RGB value is (167,113,138). Sum of RGB (Red+Green+Blue) = 167+113+138=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A7718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7718A is #588E75. Grayscale: #838383. Windows color (decimal): -5803638 or 9073063. OLE color: 9073063.

HSL color Cylindrical-coordinate representation of color #A7718A: hue angle of 332.22º 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 #A7718A is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 113 138 -
CMYK 0 0.32 0.17 0.35
HSL 332.22º 0.23% 0.55% -
HSV(B) 332.22º 0.32% 0.65% -
XYZ 26.43 21.86 26.87 -
YUV 132 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 167 113 138 0 0.32 0.17 0.35 332.22 0.23 0.55
Hex A7 71 8A 0 20 11 23 14C 17 37
Octal 247 161 212 0 40 21 43 514 27 67
Binary 10100111 1110001 10001010 0 100000 10001 100011 101001100 10111 110111

Color Harmonies of #A7718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7718A

Black with #A7718A

Text Example


Text Example

White with #A7718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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