#A27C89

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

Shades of Tapestry #A27C89

Tints of Tapestry #A27C89

Color information

#A27C89 (or 0xA27C89) is unknown color: approx Tapestry. HEX triplet: A2, 7C and 89. RGB value is (162,124,137). Sum of RGB (Red+Green+Blue) = 162+124+137=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27C89 is #5D8376. Grayscale: #888888. Windows color (decimal): -6128503 or 9010338. OLE color: 9010338.

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

Color convert

RGB162124137-
CMYK00.230.150.36
HSL339.47º16.96%56.08%-
HSV(B)339.47º23.46%63.53%-
XYZ26.6223.926.88-
YUV136.84128.09145.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 137 (53.91% from 255) = 32.39%
R=38.30%
G=29.31%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212413700.230.150.36339.4716.9656.08
HexA27C89017F241531138
Octal24217421102717445232170
Binary10100010111110010001001010111111110010010101001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C89; }

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

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

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

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

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

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

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

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