#AD6081

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

Shades of Tapestry #AD6081

Tints of Tapestry #AD6081

Color information

#AD6081 (or 0xAD6081) is unknown color: approx Tapestry. HEX triplet: AD, 60 and 81. RGB value is (173,96,129). Sum of RGB (Red+Green+Blue) = 173+96+129=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6081 is #529F7E. Grayscale: #7A7A7A. Windows color (decimal): -5414783 or 8478893. OLE color: 8478893.

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

Color convert

RGB17396129-
CMYK00.450.250.32
HSL334.29º31.95%52.75%-
HSV(B)334.29º44.51%67.84%-
XYZ25.3818.8323.07-
YUV122.78131.51163.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.47%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=43.47%
G=24.12%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739612900.450.250.32334.2931.9552.75
HexAD608102D192014e2035
Octal25514020105531405164065
Binary10101101110000010000001010110111001100000101001110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6081; }

 p { color: rgb(173,96,129); }

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

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

 a { background-color: rgb(173,96,129); }

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

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

 span { border-color: rgb(173,96,129); }

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