#A97D88

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

Shades of Tapestry #A97D88

Tints of Tapestry #A97D88

Color information

#A97D88 (or 0xA97D88) is unknown color: approx Tapestry. HEX triplet: A9, 7D and 88. RGB value is (169,125,136). Sum of RGB (Red+Green+Blue) = 169+125+136=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97D88 is #568277. Grayscale: #8B8B8B. Windows color (decimal): -5669496 or 8945065. OLE color: 8945065.

HSL color Cylindrical-coordinate representation of color #A97D88: hue angle of 345º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A97D88 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB169125136-
CMYK00.260.200.34
HSL345º20.37%57.65%-
HSV(B)345º26.04%66.27%-
XYZ28.1424.8826.61-
YUV139.41126.08149.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 136 (53.52% from 255) = 31.63%
R=39.30%
G=29.07%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912513600.260.200.3434520.3757.65
HexA97D8801A1422159143a
Octal25117521003224425312472
Binary101010011111101100010000110101010010001010101100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D88; }

 p { color: rgb(169,125,136); }

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

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

 a { background-color: rgb(169,125,136); }

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

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

 span { border-color: rgb(169,125,136); }

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