#A28187

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

Shades of Tapestry #A28187

Tints of Tapestry #A28187

Color information

#A28187 (or 0xA28187) is unknown color: approx Tapestry. HEX triplet: A2, 81 and 87. RGB value is (162,129,135). Sum of RGB (Red+Green+Blue) = 162+129+135=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A28187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28187 is #5D7E78. Grayscale: #8B8B8B. Windows color (decimal): -6127225 or 8880546. OLE color: 8880546.

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

Color convert

RGB162129135-
CMYK00.200.170.36
HSL349.09º15.07%57.06%-
HSV(B)349.09º20.37%63.53%-
XYZ27.1225.1326.34-
YUV139.55125.43144.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 129 (50.78% from 255) = 30.28%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=38.03%
G=30.28%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212913500.200.170.36349.0915.0757.06
HexA28187014112415df39
Octal24220120702421445351771
Binary101000101000000110000111010100100011001001010111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28187; }

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

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

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

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

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

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

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

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