Html Css Color HEX #AC7D86 Tapestry

📋 copy color: '#AC7D86'

red 172 ◦ green 125 ◦ blue 134

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

Shades of Tapestry #AC7D86

Tints of Tapestry #AC7D86

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29%

 BLUE value IS 134 (52.73% from 255) = 31.09%

R = 39.91%
G = 29%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC7D86 (or 0xAC7D86) is known color: Tapestry. HEX triplet: AC, 7D and 86. RGB value is (172,125,134). Sum of RGB (Red+Green+Blue) = 172+125+134=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7D86 is #538279. Grayscale: #8C8C8C. Windows color (decimal): -5472890 or 8813996. OLE color: 8813996.

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

Color convert

RGB 172 125 134 -
CMYK 0 0.27 0.22 0.33
HSL 348.51º 0.22% 0.58% -
HSV(B) 348.51º 0.27% 0.67% -
XYZ 28.65 25.16 25.9 -
YUV 140.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 172 125 134 0 0.27 0.22 0.33 348.51 0.22 0.58
Hex AC 7D 86 0 1B 16 21 15D 16 3A
Octal 254 175 206 0 33 26 41 535 26 72
Binary 10101100 1111101 10000110 0 11011 10110 100001 101011101 10110 111010

Color Harmonies of #AC7D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D86

Black with #AC7D86

Text Example


Text Example

White with #AC7D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D86; }

 p { color: rgb(172,125,134); }

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

background-color css

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

 a { background-color: rgb(172,125,134); }

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

border-color css

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

 span { border-color: rgb(172,125,134); }

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