#A67088

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

Shades of Tapestry #A67088

Tints of Tapestry #A67088

Color information

#A67088 (or 0xA67088) is unknown color: approx Tapestry. HEX triplet: A6, 70 and 88. RGB value is (166,112,136). Sum of RGB (Red+Green+Blue) = 166+112+136=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A67088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67088 is #598F77. Grayscale: #828282. Windows color (decimal): -5869432 or 8941734. OLE color: 8941734.

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

Color convert

RGB166112136-
CMYK00.330.180.35
HSL333.33º23.28%54.51%-
HSV(B)333.33º32.53%65.1%-
XYZ25.9621.4726.07-
YUV130.88130.89153.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=40.10%
G=27.05%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611213600.330.180.35333.3323.2854.51
HexA67088021122314d1737
Octal24616021004122435152767
Binary1010011011100001000100001000011001010001110100110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67088; }

 p { color: rgb(166,112,136); }

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

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

 a { background-color: rgb(166,112,136); }

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

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

 span { border-color: rgb(166,112,136); }

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