#AD6381

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

Shades of Tapestry #AD6381

Tints of Tapestry #AD6381

Color information

#AD6381 (or 0xAD6381) is unknown color: approx Tapestry. HEX triplet: AD, 63 and 81. RGB value is (173,99,129). Sum of RGB (Red+Green+Blue) = 173+99+129=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6381 is #529C7E. Grayscale: #7C7C7C. Windows color (decimal): -5414015 or 8479661. OLE color: 8479661.

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

Color convert

RGB17399129-
CMYK00.430.250.32
HSL335.68º31.09%53.33%-
HSV(B)335.68º42.77%67.84%-
XYZ25.6619.3923.16-
YUV124.55130.52162.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=43.14%
G=24.69%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739912900.430.250.32335.6831.0953.33
HexAD638102B19201501f35
Octal25514320105331405203765
Binary1010110111000111000000101010111100110000010101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6381; }

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

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

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

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

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

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

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

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