#A28388

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

Shades of Tapestry #A28388

Tints of Tapestry #A28388

Color information

#A28388 (or 0xA28388) is unknown color: approx Tapestry. HEX triplet: A2, 83 and 88. RGB value is (162,131,136). Sum of RGB (Red+Green+Blue) = 162+131+136=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A28388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28388 is #5D7C77. Grayscale: #8C8C8C. Windows color (decimal): -6126712 or 8946594. OLE color: 8946594.

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

Color convert

RGB162131136-
CMYK00.190.160.36
HSL350.32º14.29%57.45%-
HSV(B)350.32º19.14%63.53%-
XYZ27.4625.6926.8-
YUV140.84125.27143.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=37.76%
G=30.54%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213113600.190.160.36350.3214.2957.45
HexA28388013102415ee39
Octal24220321002320445361671
Binary101000101000001110001000010011100001001001010111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28388; }

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

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

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

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

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

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

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

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