Html Css Color HEX #AC7E85 Tapestry

📋 copy color: '#AC7E85'

red 172 ◦ green 126 ◦ blue 133

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

Shades of Tapestry #AC7E85

Tints of Tapestry #AC7E85

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.23%

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 39.91%
G = 29.23%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC7E85 (or 0xAC7E85) is known color: Tapestry. HEX triplet: AC, 7E and 85. RGB value is (172,126,133). Sum of RGB (Red+Green+Blue) = 172+126+133=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7E85 is #53817A. Grayscale: #8C8C8C. Windows color (decimal): -5472635 or 8748716. OLE color: 8748716.

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

Color convert

RGB 172 126 133 -
CMYK 0 0.27 0.23 0.33
HSL 350.87º 0.22% 0.58% -
HSV(B) 350.87º 0.27% 0.67% -
XYZ 28.71 25.39 25.58 -
YUV 140.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 172 126 133 0 0.27 0.23 0.33 350.87 0.22 0.58
Hex AC 7E 85 0 1B 17 21 15F 16 3A
Octal 254 176 205 0 33 27 41 537 26 72
Binary 10101100 1111110 10000101 0 11011 10111 100001 101011111 10110 111010

Color Harmonies of #AC7E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E85

Black with #AC7E85

Text Example


Text Example

White with #AC7E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E85; }

 p { color: rgb(172,126,133); }

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

background-color css

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

 a { background-color: rgb(172,126,133); }

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

border-color css

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

 span { border-color: rgb(172,126,133); }

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