#AC828A

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

Shades of Tapestry #AC828A

Tints of Tapestry #AC828A

Color information

#AC828A (or 0xAC828A) is unknown color: approx Tapestry. HEX triplet: AC, 82 and 8A. RGB value is (172,130,138). Sum of RGB (Red+Green+Blue) = 172+130+138=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC828A is #537D75. Grayscale: #8F8F8F. Windows color (decimal): -5471606 or 9077420. OLE color: 9077420.

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

Color convert

RGB172130138-
CMYK00.240.200.33
HSL348.57º20.19%59.22%-
HSV(B)348.57º24.42%67.45%-
XYZ29.5826.5727.61-
YUV143.47124.91148.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=39.09%
G=29.55%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213013800.240.200.33348.5720.1959.22
HexAC828A018142115d143b
Octal25420221203024415352473
Binary1010110010000010100010100110001010010000110101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC828A; }

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

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

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

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

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

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

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

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