#A28189

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

Shades of Tapestry #A28189

Tints of Tapestry #A28189

Color information

#A28189 (or 0xA28189) is unknown color: approx Tapestry. HEX triplet: A2, 81 and 89. RGB value is (162,129,137). Sum of RGB (Red+Green+Blue) = 162+129+137=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A28189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28189 is #5D7E76. Grayscale: #8B8B8B. Windows color (decimal): -6127223 or 9011618. OLE color: 9011618.

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

Color convert

RGB162129137-
CMYK00.200.150.36
HSL345.45º15.07%57.06%-
HSV(B)345.45º20.37%63.53%-
XYZ27.2725.1927.09-
YUV139.78126.43143.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 137 (53.91% from 255) = 32.01%
R=37.85%
G=30.14%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212913700.200.150.36345.4515.0757.06
HexA28189014F24159f39
Octal24220121102417445311771
Binary10100010100000011000100101010011111001001010110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28189; }

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

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

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

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

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

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

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

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