#AE7880

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

Shades of Tapestry #AE7880

Tints of Tapestry #AE7880

Color information

#AE7880 (or 0xAE7880) is unknown color: approx Tapestry. HEX triplet: AE, 78 and 80. RGB value is (174,120,128). Sum of RGB (Red+Green+Blue) = 174+120+128=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7880 is #51877F. Grayscale: #898989. Windows color (decimal): -5343104 or 8419502. OLE color: 8419502.

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

Color convert

RGB174120128-
CMYK00.310.260.32
HSL351.11º25%57.65%-
HSV(B)351.11º31.03%68.24%-
XYZ28.0723.9923.57-
YUV137.06122.89154.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=41.23%
G=28.44%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412012800.310.260.32351.112557.65
HexAE788001F1A2015f193a
Octal25617020003732405373172
Binary101011101111000100000000111111101010000010101111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7880; }

 p { color: rgb(174,120,128); }

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

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

 a { background-color: rgb(174,120,128); }

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

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

 span { border-color: rgb(174,120,128); }

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