#A3808C

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

Shades of Tapestry #A3808C

Tints of Tapestry #A3808C

Color information

#A3808C (or 0xA3808C) is unknown color: approx Tapestry. HEX triplet: A3, 80 and 8C. RGB value is (163,128,140). Sum of RGB (Red+Green+Blue) = 163+128+140=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 163 - color contains mainly: red. Hex color #A3808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3808C is #5C7F73. Grayscale: #8B8B8B. Windows color (decimal): -6061940 or 9207971. OLE color: 9207971.

HSL color Cylindrical-coordinate representation of color #A3808C: hue angle of 339.43º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3808C is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB163128140-
CMYK00.210.140.36
HSL339.43º15.98%57.06%-
HSV(B)339.43º21.47%63.92%-
XYZ27.5625.1228.21-
YUV139.83128.1144.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.82%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=37.82%
G=29.70%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312814000.210.140.36339.4315.9857.06
HexA3808C015E241531039
Octal24320021402516445232071
Binary101000111000000010001100010101111010010010101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3808C; }

 p { color: rgb(163,128,140); }

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

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

 a { background-color: rgb(163,128,140); }

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

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

 span { border-color: rgb(163,128,140); }

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