#A27885

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

Shades of Tapestry #A27885

Tints of Tapestry #A27885

Color information

#A27885 (or 0xA27885) is unknown color: approx Tapestry. HEX triplet: A2, 78 and 85. RGB value is (162,120,133). Sum of RGB (Red+Green+Blue) = 162+120+133=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A27885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27885 is #5D877A. Grayscale: #868686. Windows color (decimal): -6129531 or 8747170. OLE color: 8747170.

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

Color convert

RGB162120133-
CMYK00.260.180.36
HSL341.43º18.42%55.29%-
HSV(B)341.43º25.93%63.53%-
XYZ25.8522.8125.23-
YUV134.04127.41147.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 120 (47.27% from 255) = 28.92%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=39.04%
G=28.92%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212013300.260.180.36341.4318.4255.29
HexA2788501A12241551237
Octal24217020503222445252267
Binary101000101111000100001010110101001010010010101010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27885; }

 p { color: rgb(162,120,133); }

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

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

 a { background-color: rgb(162,120,133); }

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

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

 span { border-color: rgb(162,120,133); }

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