#A2808A

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

Shades of Tapestry #A2808A

Tints of Tapestry #A2808A

Color information

#A2808A (or 0xA2808A) is unknown color: approx Tapestry. HEX triplet: A2, 80 and 8A. RGB value is (162,128,138). Sum of RGB (Red+Green+Blue) = 162+128+138=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A2808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2808A is #5D7F75. Grayscale: #8B8B8B. Windows color (decimal): -6127478 or 9076898. OLE color: 9076898.

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

Color convert

RGB162128138-
CMYK00.210.150.36
HSL342.35º15.45%56.86%-
HSV(B)342.35º20.99%63.53%-
XYZ27.2124.9527.43-
YUV139.31127.26144.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=37.85%
G=29.91%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212813800.210.150.36342.3515.4556.86
HexA2808A015F24156f39
Octal24220021202517445261771
Binary10100010100000001000101001010111111001001010101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2808A; }

 p { color: rgb(162,128,138); }

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

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

 a { background-color: rgb(162,128,138); }

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

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

 span { border-color: rgb(162,128,138); }

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