#AA667D

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

Shades of Tapestry #AA667D

Tints of Tapestry #AA667D

Color information

#AA667D (or 0xAA667D) is unknown color: approx Tapestry. HEX triplet: AA, 66 and 7D. RGB value is (170,102,125). Sum of RGB (Red+Green+Blue) = 170+102+125=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA667D is #559982. Grayscale: #7C7C7C. Windows color (decimal): -5609859 or 8218282. OLE color: 8218282.

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

Color convert

RGB170102125-
CMYK00.40.260.33
HSL339.71º28.57%53.33%-
HSV(B)339.71º40%66.67%-
XYZ25.0319.5321.85-
YUV124.95128.03160.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=42.82%
G=25.69%
B=31.49%

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
Decimal17010212500.40.260.33339.7128.5753.33
HexAA667D0281A211541d35
Octal25214617505032415243565
Binary101010101100110111110101010001101010000110101010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA667D; }

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

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

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

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

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

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

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

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