#AE638B

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

Shades of Tapestry #AE638B

Tints of Tapestry #AE638B

Color information

#AE638B (or 0xAE638B) is unknown color: approx Tapestry. HEX triplet: AE, 63 and 8B. RGB value is (174,99,139). Sum of RGB (Red+Green+Blue) = 174+99+139=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE638B is #519C74. Grayscale: #7D7D7D. Windows color (decimal): -5348469 or 9135022. OLE color: 9135022.

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

Color convert

RGB17499139-
CMYK00.430.200.32
HSL328º31.65%53.53%-
HSV(B)328º43.1%68.24%-
XYZ26.5819.7926.84-
YUV125.98135.35162.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=42.23%
G=24.03%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749913900.430.200.3232831.6553.53
HexAE638B02B14201482036
Octal25614321305324405104066
Binary10101110110001110001011010101110100100000101001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE638B; }

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

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

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

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

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

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

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

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