#AD758B

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

Shades of Tapestry #AD758B

Tints of Tapestry #AD758B

Color information

#AD758B (or 0xAD758B) is unknown color: approx Tapestry. HEX triplet: AD, 75 and 8B. RGB value is (173,117,139). Sum of RGB (Red+Green+Blue) = 173+117+139=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD758B is #528A74. Grayscale: #888888. Windows color (decimal): -5409397 or 9139629. OLE color: 9139629.

HSL color Cylindrical-coordinate representation of color #AD758B: hue angle of 336.43º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD758B is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB173117139-
CMYK00.320.200.32
HSL336.43º25.45%56.86%-
HSV(B)336.43º32.37%67.84%-
XYZ28.2623.4727.47-
YUV136.25129.55154.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=40.33%
G=27.27%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311713900.320.200.32336.4325.4556.86
HexAD758B02014201501939
Octal25516521304024405203171
Binary1010110111101011000101101000001010010000010101000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD758B; }

 p { color: rgb(173,117,139); }

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

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

 a { background-color: rgb(173,117,139); }

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

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

 span { border-color: rgb(173,117,139); }

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