#A07683

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

Shades of Tapestry #A07683

Tints of Tapestry #A07683

Color information

#A07683 (or 0xA07683) is unknown color: approx Tapestry. HEX triplet: A0, 76 and 83. RGB value is (160,118,131). Sum of RGB (Red+Green+Blue) = 160+118+131=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A07683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07683 is #5F897C. Grayscale: #848484. Windows color (decimal): -6261117 or 8615584. OLE color: 8615584.

HSL color Cylindrical-coordinate representation of color #A07683: hue angle of 341.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A07683 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB160118131-
CMYK00.260.180.37
HSL341.43º18.1%54.51%-
HSV(B)341.43º26.25%62.75%-
XYZ25.0722.0724.41-
YUV132.04127.41147.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=39.12%
G=28.85%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011813100.260.180.37341.4318.154.51
HexA0768301A12251551237
Octal24016620303222455252267
Binary101000001110110100000110110101001010010110101010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07683; }

 p { color: rgb(160,118,131); }

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

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

 a { background-color: rgb(160,118,131); }

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

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

 span { border-color: rgb(160,118,131); }

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