#A97282

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

Shades of Tapestry #A97282

Tints of Tapestry #A97282

Color information

#A97282 (or 0xA97282) is unknown color: approx Tapestry. HEX triplet: A9, 72 and 82. RGB value is (169,114,130). Sum of RGB (Red+Green+Blue) = 169+114+130=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A97282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97282 is #568D7D. Grayscale: #848484. Windows color (decimal): -5672318 or 8549033. OLE color: 8549033.

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

Color convert

RGB169114130-
CMYK00.330.230.34
HSL342.55º24.23%55.49%-
HSV(B)342.55º32.54%66.27%-
XYZ26.4122.0823.99-
YUV132.27126.72154.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=40.92%
G=27.60%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911413000.330.230.34342.5524.2355.49
HexA9728202117221571837
Octal25116220204127425273067
Binary1010100111100101000001001000011011110001010101011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97282; }

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

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

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

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

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

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

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

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