#A9727F

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

Shades of Tapestry #A9727F

Tints of Tapestry #A9727F

Color information

#A9727F (or 0xA9727F) is unknown color: approx Tapestry. HEX triplet: A9, 72 and 7F. RGB value is (169,114,127). Sum of RGB (Red+Green+Blue) = 169+114+127=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9727F is #568D80. Grayscale: #838383. Windows color (decimal): -5672321 or 8352425. OLE color: 8352425.

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

Color convert

RGB169114127-
CMYK00.330.250.34
HSL345.82º24.23%55.49%-
HSV(B)345.82º32.54%66.27%-
XYZ26.212222.94-
YUV131.93125.22154.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 127 (50% from 255) = 30.98%
R=41.22%
G=27.80%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911412700.330.250.34345.8224.2355.49
HexA9727F021192215a1837
Octal25116217704131425323067
Binary101010011110010111111101000011100110001010101101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9727F; }

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

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

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

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

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

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

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

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