#AE637A

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

Shades of Tapestry #AE637A

Tints of Tapestry #AE637A

Color information

#AE637A (or 0xAE637A) is unknown color: approx Tapestry. HEX triplet: AE, 63 and 7A. RGB value is (174,99,122). Sum of RGB (Red+Green+Blue) = 174+99+122=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE637A is #519C85. Grayscale: #7C7C7C. Windows color (decimal): -5348486 or 8020910. OLE color: 8020910.

HSL color Cylindrical-coordinate representation of color #AE637A: hue angle of 341.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE637A is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB17499122-
CMYK00.430.300.32
HSL341.6º31.65%53.53%-
HSV(B)341.6º43.1%68.24%-
XYZ25.4319.3320.8-
YUV124.05126.85163.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=44.05%
G=25.06%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749912200.430.300.32341.631.6553.53
HexAE637A02B1E201562036
Octal25614317205336405264066
Binary1010111011000111111010010101111110100000101010110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE637A; }

 p { color: rgb(174,99,122); }

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

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

 a { background-color: rgb(174,99,122); }

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

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

 span { border-color: rgb(174,99,122); }

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