#A9607F

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

Shades of Tapestry #A9607F

Tints of Tapestry #A9607F

Color information

#A9607F (or 0xA9607F) is unknown color: approx Tapestry. HEX triplet: A9, 60 and 7F. RGB value is (169,96,127). Sum of RGB (Red+Green+Blue) = 169+96+127=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9607F is #569F80. Grayscale: #797979. Windows color (decimal): -5676929 or 8347817. OLE color: 8347817.

HSL color Cylindrical-coordinate representation of color #A9607F: hue angle of 334.52º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9607F is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16996127-
CMYK00.430.250.34
HSL334.52º29.8%51.96%-
HSV(B)334.52º43.2%66.27%-
XYZ24.3818.3322.33-
YUV121.36131.18161.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 127 (50% from 255) = 32.40%
R=43.11%
G=24.49%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699612700.430.250.34334.5229.851.96
HexA9607F02B192214f1e34
Octal25114017705331425173664
Binary101010011100000111111101010111100110001010100111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9607F; }

 p { color: rgb(169,96,127); }

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

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

 a { background-color: rgb(169,96,127); }

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

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

 span { border-color: rgb(169,96,127); }

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