#AE898B

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

Shades of Tapestry #AE898B

Tints of Tapestry #AE898B

Color information

#AE898B (or 0xAE898B) is unknown color: approx Tapestry. HEX triplet: AE, 89 and 8B. RGB value is (174,137,139). Sum of RGB (Red+Green+Blue) = 174+137+139=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE898B is #517674. Grayscale: #949494. Windows color (decimal): -5338741 or 9144750. OLE color: 9144750.

HSL color Cylindrical-coordinate representation of color #AE898B: hue angle of 356.76º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AE898B is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB174137139-
CMYK00.210.200.32
HSL356.76º18.59%60.98%-
HSV(B)356.76º21.26%68.24%-
XYZ31.0628.7528.34-
YUV148.29122.76146.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=38.67%
G=30.44%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413713900.210.200.32356.7618.5960.98
HexAE898B0151420165133d
Octal25621121302524405452375
Binary1010111010001001100010110101011010010000010110010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE898B; }

 p { color: rgb(174,137,139); }

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

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

 a { background-color: rgb(174,137,139); }

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

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

 span { border-color: rgb(174,137,139); }

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