#AE6479

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

Shades of Tapestry #AE6479

Tints of Tapestry #AE6479

Color information

#AE6479 (or 0xAE6479) is unknown color: approx Tapestry. HEX triplet: AE, 64 and 79. RGB value is (174,100,121). Sum of RGB (Red+Green+Blue) = 174+100+121=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6479 is #519B86. Grayscale: #7C7C7C. Windows color (decimal): -5348231 or 7955630. OLE color: 7955630.

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

Color convert

RGB174100121-
CMYK00.430.300.32
HSL342.97º31.36%53.73%-
HSV(B)342.97º42.53%68.24%-
XYZ25.4619.4920.51-
YUV124.52126.02163.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 100 (39.45% from 255) = 25.32%
BLUE value IS 121 (47.66% from 255) = 30.63%
R=44.05%
G=25.32%
B=30.63%

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
Decimal17410012100.430.300.32342.9731.3653.73
HexAE647902B1E201571f36
Octal25614417105336405273766
Binary101011101100100111100101010111111010000010101011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6479; }

 p { color: rgb(174,100,121); }

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

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

 a { background-color: rgb(174,100,121); }

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

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

 span { border-color: rgb(174,100,121); }

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