#AA858B

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

Shades of Tapestry #AA858B

Tints of Tapestry #AA858B

Color information

#AA858B (or 0xAA858B) is unknown color: approx Tapestry. HEX triplet: AA, 85 and 8B. RGB value is (170,133,139). Sum of RGB (Red+Green+Blue) = 170+133+139=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA858B is #557A74. Grayscale: #909090. Windows color (decimal): -5601909 or 9143722. OLE color: 9143722.

HSL color Cylindrical-coordinate representation of color #AA858B: hue angle of 350.27º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA858B is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170133139-
CMYK00.220.180.33
HSL350.27º17.87%59.41%-
HSV(B)350.27º21.76%66.67%-
XYZ29.6327.1928.11-
YUV144.75124.76146.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 133 (52.34% from 255) = 30.09%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=38.46%
G=30.09%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013313900.220.180.33350.2717.8759.41
HexAA858B016122115e123b
Octal25220521302622415362273
Binary1010101010000101100010110101101001010000110101111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA858B; }

 p { color: rgb(170,133,139); }

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

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

 a { background-color: rgb(170,133,139); }

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

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

 span { border-color: rgb(170,133,139); }

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