#A67183

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

Shades of Tapestry #A67183

Tints of Tapestry #A67183

Color information

#A67183 (or 0xA67183) is unknown color: approx Tapestry. HEX triplet: A6, 71 and 83. RGB value is (166,113,131). Sum of RGB (Red+Green+Blue) = 166+113+131=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A67183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67183 is #598E7C. Grayscale: #828282. Windows color (decimal): -5869181 or 8614310. OLE color: 8614310.

HSL color Cylindrical-coordinate representation of color #A67183: hue angle of 339.62º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A67183 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB166113131-
CMYK00.320.210.35
HSL339.62º22.94%54.71%-
HSV(B)339.62º31.93%65.1%-
XYZ25.7321.5624.28-
YUV130.9128.06153.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=40.49%
G=27.56%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611313100.320.210.35339.6222.9454.71
HexA6718302015231541737
Octal24616120304025435242767
Binary1010011011100011000001101000001010110001110101010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67183; }

 p { color: rgb(166,113,131); }

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

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

 a { background-color: rgb(166,113,131); }

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

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

 span { border-color: rgb(166,113,131); }

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