#AE868B

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

Shades of Tapestry #AE868B

Tints of Tapestry #AE868B

Color information

#AE868B (or 0xAE868B) is unknown color: approx Tapestry. HEX triplet: AE, 86 and 8B. RGB value is (174,134,139). Sum of RGB (Red+Green+Blue) = 174+134+139=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE868B is #517974. Grayscale: #929292. Windows color (decimal): -5339509 or 9143982. OLE color: 9143982.

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

Color convert

RGB174134139-
CMYK00.230.200.32
HSL352.5º19.8%60.39%-
HSV(B)352.5º22.99%68.24%-
XYZ30.6427.9128.2-
YUV146.53123.75147.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=38.93%
G=29.98%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413413900.230.200.32352.519.860.39
HexAE868B0171420160143c
Octal25620621302724405402474
Binary1010111010000110100010110101111010010000010110000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE868B; }

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

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

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

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

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

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

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

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