#AD6788

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

Shades of Tapestry #AD6788

Tints of Tapestry #AD6788

Color information

#AD6788 (or 0xAD6788) is unknown color: approx Tapestry. HEX triplet: AD, 67 and 88. RGB value is (173,103,136). Sum of RGB (Red+Green+Blue) = 173+103+136=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6788 is #529877. Grayscale: #7F7F7F. Windows color (decimal): -5412984 or 8939437. OLE color: 8939437.

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

Color convert

RGB173103136-
CMYK00.400.210.32
HSL331.71º29.91%54.12%-
HSV(B)331.71º40.46%67.84%-
XYZ26.5320.3625.82-
YUV127.69132.69160.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=41.99%
G=25%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310313600.400.210.32331.7129.9154.12
HexAD6788028152014c1e36
Octal25514721005025405143666
Binary1010110111001111000100001010001010110000010100110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6788; }

 p { color: rgb(173,103,136); }

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

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

 a { background-color: rgb(173,103,136); }

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

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

 span { border-color: rgb(173,103,136); }

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