#AD697A

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

Shades of Tapestry #AD697A

Tints of Tapestry #AD697A

Color information

#AD697A (or 0xAD697A) is unknown color: approx Tapestry. HEX triplet: AD, 69 and 7A. RGB value is (173,105,122). Sum of RGB (Red+Green+Blue) = 173+105+122=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD697A is #529685. Grayscale: #7F7F7F. Windows color (decimal): -5412486 or 8022445. OLE color: 8022445.

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

Color convert

RGB173105122-
CMYK00.390.290.32
HSL345º29.31%54.51%-
HSV(B)345º39.31%67.84%-
XYZ25.820.3920.99-
YUV127.27125.03160.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=43.25%
G=26.25%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310512200.390.290.3234529.3154.51
HexAD697A0271D201591d37
Octal25515117204735405313567
Binary101011011101001111101001001111110110000010101100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD697A; }

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

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

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

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

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

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

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

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