#AE8192

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

Shades of Tapestry #AE8192

Tints of Tapestry #AE8192

Color information

#AE8192 (or 0xAE8192) is unknown color: approx Tapestry. HEX triplet: AE, 81 and 92. RGB value is (174,129,146). Sum of RGB (Red+Green+Blue) = 174+129+146=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8192 is #517E6D. Grayscale: #909090. Windows color (decimal): -5340782 or 9601454. OLE color: 9601454.

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

Color convert

RGB174129146-
CMYK00.260.160.32
HSL337.33º21.74%59.41%-
HSV(B)337.33º25.86%68.24%-
XYZ30.4926.7730.75-
YUV144.39128.91149.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=38.75%
G=28.73%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412914600.260.160.32337.3321.7459.41
HexAE819201A1020151163b
Octal25620122203220405212673
Binary1010111010000001100100100110101000010000010101000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8192; }

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

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

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

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

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

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

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

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