#A07583

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

Shades of Tapestry #A07583

Tints of Tapestry #A07583

Color information

#A07583 (or 0xA07583) is unknown color: approx Tapestry. HEX triplet: A0, 75 and 83. RGB value is (160,117,131). Sum of RGB (Red+Green+Blue) = 160+117+131=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A07583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07583 is #5F8A7C. Grayscale: #838383. Windows color (decimal): -6261373 or 8615328. OLE color: 8615328.

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

Color convert

RGB160117131-
CMYK00.270.180.37
HSL340.47º18.45%54.31%-
HSV(B)340.47º26.88%62.75%-
XYZ24.9621.8324.37-
YUV131.45127.75148.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 131 (51.56% from 255) = 32.11%
R=39.22%
G=28.68%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011713100.270.180.37340.4718.4554.31
HexA0758301B12251541236
Octal24016520303322455242266
Binary101000001110101100000110110111001010010110101010010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07583; }

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

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

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

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

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

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

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

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