#AA6F7F

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

Shades of Tapestry #AA6F7F

Tints of Tapestry #AA6F7F

Color information

#AA6F7F (or 0xAA6F7F) is unknown color: approx Tapestry. HEX triplet: AA, 6F and 7F. RGB value is (170,111,127). Sum of RGB (Red+Green+Blue) = 170+111+127=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F7F is #559080. Grayscale: #828282. Windows color (decimal): -5607553 or 8351658. OLE color: 8351658.

HSL color Cylindrical-coordinate representation of color #AA6F7F: hue angle of 343.73º 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 #AA6F7F is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB170111127-
CMYK00.350.250.33
HSL343.73º25.76%55.1%-
HSV(B)343.73º34.71%66.67%-
XYZ26.0921.4522.84-
YUV130.46126.05156.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 127 (50% from 255) = 31.13%
R=41.67%
G=27.21%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011112700.350.250.33343.7325.7655.1
HexAA6F7F02319211581a37
Octal25215717704331415303267
Binary101010101101111111111101000111100110000110101100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6F7F; }

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

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

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

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

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

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

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

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