#A28088

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

Shades of Tapestry #A28088

Tints of Tapestry #A28088

Color information

#A28088 (or 0xA28088) is unknown color: approx Tapestry. HEX triplet: A2, 80 and 88. RGB value is (162,128,136). Sum of RGB (Red+Green+Blue) = 162+128+136=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A28088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28088 is #5D7F77. Grayscale: #8B8B8B. Windows color (decimal): -6127480 or 8945826. OLE color: 8945826.

HSL color Cylindrical-coordinate representation of color #A28088: hue angle of 345.88º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A28088 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162128136-
CMYK00.210.160.36
HSL345.88º15.45%56.86%-
HSV(B)345.88º20.99%63.53%-
XYZ27.0624.926.67-
YUV139.08126.26144.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=38.03%
G=30.05%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212813600.210.160.36345.8815.4556.86
HexA28088015102415af39
Octal24220021002520445321771
Binary101000101000000010001000010101100001001001010110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28088; }

 p { color: rgb(162,128,136); }

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

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

 a { background-color: rgb(162,128,136); }

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

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

 span { border-color: rgb(162,128,136); }

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