#A9728B

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

Shades of Tapestry #A9728B

Tints of Tapestry #A9728B

Color information

#A9728B (or 0xA9728B) is unknown color: approx Tapestry. HEX triplet: A9, 72 and 8B. RGB value is (169,114,139). Sum of RGB (Red+Green+Blue) = 169+114+139=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A9728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9728B is #568D74. Grayscale: #858585. Windows color (decimal): -5672309 or 9138857. OLE color: 9138857.

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

Color convert

RGB169114139-
CMYK00.330.180.34
HSL332.73º24.23%55.49%-
HSV(B)332.73º32.54%66.27%-
XYZ27.0422.3327.31-
YUV133.29131.22153.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=40.05%
G=27.01%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911413900.330.180.34332.7324.2355.49
HexA9728B021122214d1837
Octal25116221304122425153067
Binary1010100111100101000101101000011001010001010100110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9728B; }

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

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

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

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

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

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

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

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