#AC898A

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

Shades of Tapestry #AC898A

Tints of Tapestry #AC898A

Color information

#AC898A (or 0xAC898A) is unknown color: approx Tapestry. HEX triplet: AC, 89 and 8A. RGB value is (172,137,138). Sum of RGB (Red+Green+Blue) = 172+137+138=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC898A is #537675. Grayscale: #939393. Windows color (decimal): -5469814 or 9079212. OLE color: 9079212.

HSL color Cylindrical-coordinate representation of color #AC898A: hue angle of 358.29º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC898A is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172137138-
CMYK00.200.200.33
HSL358.29º17.41%60.59%-
HSV(B)358.29º20.35%67.45%-
XYZ30.5528.527.94-
YUV147.58122.6145.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=38.48%
G=30.65%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213713800.200.200.33358.2917.4160.59
HexAC898A0141421166113d
Octal25421121202424415462175
Binary1010110010001001100010100101001010010000110110011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC898A; }

 p { color: rgb(172,137,138); }

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

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

 a { background-color: rgb(172,137,138); }

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

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

 span { border-color: rgb(172,137,138); }

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