Html Css Color HEX #AC818D Tapestry

📋 copy color: '#AC818D'

red 172 ◦ green 129 ◦ blue 141

#AC818D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AC818D

Tints of Tapestry #AC818D

RGB

 RED value IS 172 (67.58% from 255) = 38.91%

 GREEN value IS 129 (50.78% from 255) = 29.19%

 BLUE value IS 141 (55.47% from 255) = 31.9%

R = 38.91%
G = 29.19%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC818D (or 0xAC818D) is known color: Tapestry. HEX triplet: AC, 81 and 8D. RGB value is (172,129,141). Sum of RGB (Red+Green+Blue) = 172+129+141=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC818D is #537E72. Grayscale: #8F8F8F. Windows color (decimal): -5471859 or 9273772. OLE color: 9273772.

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

Color convert

RGB 172 129 141 -
CMYK 0 0.25 0.18 0.33
HSL 343.26º 0.21% 0.59% -
HSV(B) 343.26º 0.25% 0.67% -
XYZ 29.67 26.39 28.73 -
YUV 143.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 172 129 141 0 0.25 0.18 0.33 343.26 0.21 0.59
Hex AC 81 8D 0 19 12 21 157 15 3B
Octal 254 201 215 0 31 22 41 527 25 73
Binary 10101100 10000001 10001101 0 11001 10010 100001 101010111 10101 111011

Color Harmonies of #AC818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC818D

Black with #AC818D

Text Example


Text Example

White with #AC818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC818D; }

 p { color: rgb(172,129,141); }

 H1.HeaderClassName
 {
   color: #AC818D;
 }
 .AnyTagClassName
 {
   color: #AC818D;
 }
</style>

background-color css

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

 a { background-color: rgb(172,129,141); }

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

border-color css

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

 span { border-color: rgb(172,129,141); }

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