#AE607B

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

Shades of Tapestry #AE607B

Tints of Tapestry #AE607B

Color information

#AE607B (or 0xAE607B) is unknown color: approx Tapestry. HEX triplet: AE, 60 and 7B. RGB value is (174,96,123). Sum of RGB (Red+Green+Blue) = 174+96+123=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE607B is #519F84. Grayscale: #7A7A7A. Windows color (decimal): -5349253 or 8085678. OLE color: 8085678.

HSL color Cylindrical-coordinate representation of color #AE607B: hue angle of 339.23º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE607B is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17496123-
CMYK00.450.290.32
HSL339.23º32.5%52.94%-
HSV(B)339.23º44.83%68.24%-
XYZ25.2118.7921.04-
YUV122.4128.34164.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=44.27%
G=24.43%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749612300.450.290.32339.2332.552.94
HexAE607B02D1D201532035
Octal25614017305535405234065
Binary1010111011000001111011010110111101100000101010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE607B; }

 p { color: rgb(174,96,123); }

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

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

 a { background-color: rgb(174,96,123); }

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

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

 span { border-color: rgb(174,96,123); }

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