#AA667E

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

Shades of Tapestry #AA667E

Tints of Tapestry #AA667E

Color information

#AA667E (or 0xAA667E) is unknown color: approx Tapestry. HEX triplet: AA, 66 and 7E. RGB value is (170,102,126). Sum of RGB (Red+Green+Blue) = 170+102+126=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA667E is #559981. Grayscale: #7D7D7D. Windows color (decimal): -5609858 or 8283818. OLE color: 8283818.

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

Color convert

RGB170102126-
CMYK00.40.260.33
HSL338.82º28.57%53.33%-
HSV(B)338.82º40%66.67%-
XYZ25.0919.5622.19-
YUV125.07128.53160.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=42.71%
G=25.63%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010212600.40.260.33338.8228.5753.33
HexAA667E0281A211531d35
Octal25214617605032415233565
Binary101010101100110111111001010001101010000110101001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA667E; }

 p { color: rgb(170,102,126); }

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

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

 a { background-color: rgb(170,102,126); }

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

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

 span { border-color: rgb(170,102,126); }

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