#AA6F7D

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

Shades of Tapestry #AA6F7D

Tints of Tapestry #AA6F7D

Color information

#AA6F7D (or 0xAA6F7D) is unknown color: approx Tapestry. HEX triplet: AA, 6F and 7D. RGB value is (170,111,125). Sum of RGB (Red+Green+Blue) = 170+111+125=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F7D is #559082. Grayscale: #828282. Windows color (decimal): -5607555 or 8220586. OLE color: 8220586.

HSL color Cylindrical-coordinate representation of color #AA6F7D: hue angle of 345.76º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA6F7D is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB170111125-
CMYK00.350.260.33
HSL345.76º25.76%55.1%-
HSV(B)345.76º34.71%66.67%-
XYZ25.9621.422.16-
YUV130.24125.05156.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=41.87%
G=27.34%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011112500.350.260.33345.7625.7655.1
HexAA6F7D0231A2115a1a37
Octal25215717504332415323267
Binary101010101101111111110101000111101010000110101101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6F7D; }

 p { color: rgb(170,111,125); }

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

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

 a { background-color: rgb(170,111,125); }

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

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

 span { border-color: rgb(170,111,125); }

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