Html Css Color HEX #AC838D Tapestry

📋 copy color: '#AC838D'

red 172 ◦ green 131 ◦ blue 141

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

Shades of Tapestry #AC838D

Tints of Tapestry #AC838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.5%

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

R = 38.74%
G = 29.5%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC838D (or 0xAC838D) is known color: Tapestry. HEX triplet: AC, 83 and 8D. RGB value is (172,131,141). Sum of RGB (Red+Green+Blue) = 172+131+141=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC838D is #537C72. Grayscale: #909090. Windows color (decimal): -5471347 or 9274284. OLE color: 9274284.

HSL color Cylindrical-coordinate representation of color #AC838D: hue angle of 345.37º 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 #AC838D is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 141 -
CMYK 0 0.24 0.18 0.33
HSL 345.37º 0.2% 0.59% -
HSV(B) 345.37º 0.24% 0.67% -
XYZ 29.94 26.93 28.82 -
YUV 144.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 172 131 141 0 0.24 0.18 0.33 345.37 0.2 0.59
Hex AC 83 8D 0 18 12 21 159 14 3B
Octal 254 203 215 0 30 22 41 531 24 73
Binary 10101100 10000011 10001101 0 11000 10010 100001 101011001 10100 111011

Color Harmonies of #AC838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC838D

Black with #AC838D

Text Example


Text Example

White with #AC838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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