#AE6381

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

Shades of Tapestry #AE6381

Tints of Tapestry #AE6381

Color information

#AE6381 (or 0xAE6381) is unknown color: approx Tapestry. HEX triplet: AE, 63 and 81. RGB value is (174,99,129). Sum of RGB (Red+Green+Blue) = 174+99+129=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6381 is #519C7E. Grayscale: #7C7C7C. Windows color (decimal): -5348479 or 8479662. OLE color: 8479662.

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

Color convert

RGB17499129-
CMYK00.430.260.32
HSL336º31.65%53.53%-
HSV(B)336º43.1%68.24%-
XYZ25.8819.5123.17-
YUV124.84130.35163.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=43.28%
G=24.63%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749912900.430.260.3233631.6553.53
HexAE638102B1A201502036
Octal25614320105332405204066
Binary10101110110001110000001010101111010100000101010000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6381; }

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

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

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

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

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

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

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

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