#A28389

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

Shades of Tapestry #A28389

Tints of Tapestry #A28389

Color information

#A28389 (or 0xA28389) is unknown color: approx Tapestry. HEX triplet: A2, 83 and 89. RGB value is (162,131,137). Sum of RGB (Red+Green+Blue) = 162+131+137=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A28389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28389 is #5D7C76. Grayscale: #8C8C8C. Windows color (decimal): -6126711 or 9012130. OLE color: 9012130.

HSL color Cylindrical-coordinate representation of color #A28389: hue angle of 348.39º 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 #A28389 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB162131137-
CMYK00.190.150.36
HSL348.39º14.29%57.45%-
HSV(B)348.39º19.14%63.53%-
XYZ27.5325.7227.18-
YUV140.95125.77143.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=37.67%
G=30.47%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213113700.190.150.36348.3914.2957.45
HexA28389013F2415ce39
Octal24220321102317445341671
Binary10100010100000111000100101001111111001001010111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28389; }

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

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

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

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

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

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

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

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