#A9667E

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

Shades of Tapestry #A9667E

Tints of Tapestry #A9667E

Color information

#A9667E (or 0xA9667E) is unknown color: approx Tapestry. HEX triplet: A9, 66 and 7E. RGB value is (169,102,126). Sum of RGB (Red+Green+Blue) = 169+102+126=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9667E is #569981. Grayscale: #7C7C7C. Windows color (decimal): -5675394 or 8283817. OLE color: 8283817.

HSL color Cylindrical-coordinate representation of color #A9667E: hue angle of 338.51º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9667E is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB169102126-
CMYK00.400.250.34
HSL338.51º28.03%53.14%-
HSV(B)338.51º39.64%66.27%-
XYZ24.8819.4422.18-
YUV124.77128.7159.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=42.57%
G=25.69%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910212600.400.250.34338.5128.0353.14
HexA9667E02819221531c35
Octal25114617605031425233465
Binary101010011100110111111001010001100110001010101001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9667E; }

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

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

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

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

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

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

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

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