#AE7882

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

Shades of Tapestry #AE7882

Tints of Tapestry #AE7882

Color information

#AE7882 (or 0xAE7882) is unknown color: approx Tapestry. HEX triplet: AE, 78 and 82. RGB value is (174,120,130). Sum of RGB (Red+Green+Blue) = 174+120+130=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7882 is #51877D. Grayscale: #898989. Windows color (decimal): -5343102 or 8550574. OLE color: 8550574.

HSL color Cylindrical-coordinate representation of color #AE7882: hue angle of 348.89º 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 #AE7882 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB174120130-
CMYK00.310.250.32
HSL348.89º25%57.65%-
HSV(B)348.89º31.03%68.24%-
XYZ28.224.0424.27-
YUV137.29123.89154.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=41.04%
G=28.30%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412013000.310.250.32348.892557.65
HexAE788201F192015d193a
Octal25617020203731405353172
Binary101011101111000100000100111111100110000010101110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7882; }

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

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

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

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

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

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

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

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