#AD667D

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

Shades of Tapestry #AD667D

Tints of Tapestry #AD667D

Color information

#AD667D (or 0xAD667D) is unknown color: approx Tapestry. HEX triplet: AD, 66 and 7D. RGB value is (173,102,125). Sum of RGB (Red+Green+Blue) = 173+102+125=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD667D is #529982. Grayscale: #7D7D7D. Windows color (decimal): -5413251 or 8218285. OLE color: 8218285.

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

Color convert

RGB173102125-
CMYK00.410.280.32
HSL340.56º30.21%53.92%-
HSV(B)340.56º41.04%67.84%-
XYZ25.6919.8721.88-
YUV125.85127.52161.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.25%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=43.25%
G=25.5%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310212500.410.280.32340.5630.2153.92
HexAD667D0291C201551e36
Octal25514617505134405253666
Binary101011011100110111110101010011110010000010101010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD667D; }

 p { color: rgb(173,102,125); }

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

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

 a { background-color: rgb(173,102,125); }

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

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

 span { border-color: rgb(173,102,125); }

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