#AD657A

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

Shades of Tapestry #AD657A

Tints of Tapestry #AD657A

Color information

#AD657A (or 0xAD657A) is unknown color: approx Tapestry. HEX triplet: AD, 65 and 7A. RGB value is (173,101,122). Sum of RGB (Red+Green+Blue) = 173+101+122=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD657A is #529A85. Grayscale: #7C7C7C. Windows color (decimal): -5413510 or 8021421. OLE color: 8021421.

HSL color Cylindrical-coordinate representation of color #AD657A: hue angle of 342.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD657A is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB173101122-
CMYK00.420.290.32
HSL342.5º30.51%53.73%-
HSV(B)342.5º41.62%67.84%-
XYZ25.419.620.86-
YUV124.92126.35162.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=43.69%
G=25.51%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310112200.420.290.32342.530.5153.73
HexAD657A02A1D201561f36
Octal25514517205235405263766
Binary101011011100101111101001010101110110000010101011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD657A; }

 p { color: rgb(173,101,122); }

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

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

 a { background-color: rgb(173,101,122); }

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

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

 span { border-color: rgb(173,101,122); }

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