#A27B84

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

Shades of Tapestry #A27B84

Tints of Tapestry #A27B84

Color information

#A27B84 (or 0xA27B84) is unknown color: approx Tapestry. HEX triplet: A2, 7B and 84. RGB value is (162,123,132). Sum of RGB (Red+Green+Blue) = 162+123+132=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27B84 is #5D847B. Grayscale: #878787. Windows color (decimal): -6128764 or 8682402. OLE color: 8682402.

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

Color convert

RGB162123132-
CMYK00.240.190.36
HSL346.15º17.33%55.88%-
HSV(B)346.15º24.07%63.53%-
XYZ26.1523.5124.99-
YUV135.69125.92146.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=38.85%
G=29.50%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212313200.240.190.36346.1517.3355.88
HexA27B84018132415a1138
Octal24217320403023445322170
Binary101000101111011100001000110001001110010010101101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B84; }

 p { color: rgb(162,123,132); }

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

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

 a { background-color: rgb(162,123,132); }

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

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

 span { border-color: rgb(162,123,132); }

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