#A7708A

Color #A7708A Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #A7708A

Tints of Tapestry #A7708A

Color information

#A7708A (or 0xA7708A) is unknown color: approx Tapestry. HEX triplet: A7, 70 and 8A. RGB value is (167,112,138). Sum of RGB (Red+Green+Blue) = 167+112+138=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A7708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7708A is #588F75. Grayscale: #838383. Windows color (decimal): -5803894 or 9072807. OLE color: 9072807.

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

Color convert

RGB167112138-
CMYK00.330.170.35
HSL331.64º23.81%54.71%-
HSV(B)331.64º32.93%65.49%-
XYZ26.3221.6426.83-
YUV131.41131.72153.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=40.05%
G=26.86%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711213800.330.170.35331.6423.8154.71
HexA7708A021112314c1837
Octal24716021204121435143067
Binary1010011111100001000101001000011000110001110100110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7708A; }

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

 H1.HeaderClassName
 {
   color: #A7708A;
 }
 .AnyTagClassName
 {
   color: #A7708A;
 }
</style>
background-color css

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

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

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

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

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

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