#A28288

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

Shades of Tapestry #A28288

Tints of Tapestry #A28288

Color information

#A28288 (or 0xA28288) is unknown color: approx Tapestry. HEX triplet: A2, 82 and 88. RGB value is (162,130,136). Sum of RGB (Red+Green+Blue) = 162+130+136=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A28288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28288 is #5D7D77. Grayscale: #8C8C8C. Windows color (decimal): -6126968 or 8946338. OLE color: 8946338.

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

Color convert

RGB162130136-
CMYK00.200.160.36
HSL348.75º14.68%57.25%-
HSV(B)348.75º19.75%63.53%-
XYZ27.3325.4226.76-
YUV140.25125.6143.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 130 (51.17% from 255) = 30.37%
BLUE value IS 136 (53.52% from 255) = 31.78%
R=37.85%
G=30.37%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213013600.200.160.36348.7514.6857.25
HexA28288014102415df39
Octal24220221002420445351771
Binary101000101000001010001000010100100001001001010111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28288; }

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

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

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

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

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

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

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

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