#A5768A

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

Shades of Tapestry #A5768A

Tints of Tapestry #A5768A

Color information

#A5768A (or 0xA5768A) is unknown color: approx Tapestry. HEX triplet: A5, 76 and 8A. RGB value is (165,118,138). Sum of RGB (Red+Green+Blue) = 165+118+138=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A5768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5768A is #5A8975. Grayscale: #868686. Windows color (decimal): -5933430 or 9074341. OLE color: 9074341.

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

Color convert

RGB165118138-
CMYK00.280.160.35
HSL334.47º20.7%55.49%-
HSV(B)334.47º28.48%64.71%-
XYZ26.5822.7927.04-
YUV134.33130.07149.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=39.19%
G=28.03%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511813800.280.160.35334.4720.755.49
HexA5768A01C102314e1537
Octal24516621203420435162567
Binary101001011110110100010100111001000010001110100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5768A; }

 p { color: rgb(165,118,138); }

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

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

 a { background-color: rgb(165,118,138); }

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

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

 span { border-color: rgb(165,118,138); }

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