#AB7D85

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

Shades of Tapestry #AB7D85

Tints of Tapestry #AB7D85

Color information

#AB7D85 (or 0xAB7D85) is unknown color: approx Tapestry. HEX triplet: AB, 7D and 85. RGB value is (171,125,133). Sum of RGB (Red+Green+Blue) = 171+125+133=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D85 is #54827A. Grayscale: #8B8B8B. Windows color (decimal): -5538427 or 8748459. OLE color: 8748459.

HSL color Cylindrical-coordinate representation of color #AB7D85: hue angle of 349.57º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7D85 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB171125133-
CMYK00.270.220.33
HSL349.57º21.5%58.04%-
HSV(B)349.57º26.9%67.06%-
XYZ28.3625.0225.52-
YUV139.67124.24150.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=39.86%
G=29.14%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112513300.270.220.33349.5721.558.04
HexAB7D8501B162115e153a
Octal25317520503326415362572
Binary101010111111101100001010110111011010000110101111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D85; }

 p { color: rgb(171,125,133); }

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

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

 a { background-color: rgb(171,125,133); }

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

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

 span { border-color: rgb(171,125,133); }

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