#A28188

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

Shades of Tapestry #A28188

Tints of Tapestry #A28188

Color information

#A28188 (or 0xA28188) is unknown color: approx Tapestry. HEX triplet: A2, 81 and 88. RGB value is (162,129,136). Sum of RGB (Red+Green+Blue) = 162+129+136=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A28188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28188 is #5D7E77. Grayscale: #8B8B8B. Windows color (decimal): -6127224 or 8946082. OLE color: 8946082.

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

Color convert

RGB162129136-
CMYK00.200.160.36
HSL347.27º15.07%57.06%-
HSV(B)347.27º20.37%63.53%-
XYZ27.1925.1626.72-
YUV139.66125.93143.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=37.94%
G=30.21%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212913600.200.160.36347.2715.0757.06
HexA28188014102415bf39
Octal24220121002420445331771
Binary101000101000000110001000010100100001001001010110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28188; }

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

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

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

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

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

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

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

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