Html Css Color HEX #AC7D8E Tapestry

📋 copy color: '#AC7D8E'

red 172 ◦ green 125 ◦ blue 142

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

Shades of Tapestry #AC7D8E

Tints of Tapestry #AC7D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.35%

R = 39.18%
G = 28.47%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC7D8E (or 0xAC7D8E) is known color: Tapestry. HEX triplet: AC, 7D and 8E. RGB value is (172,125,142). Sum of RGB (Red+Green+Blue) = 172+125+142=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7D8E is #538271. Grayscale: #8C8C8C. Windows color (decimal): -5472882 or 9338284. OLE color: 9338284.

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

Color convert

RGB 172 125 142 -
CMYK 0 0.27 0.17 0.33
HSL 338.3º 0.22% 0.58% -
HSV(B) 338.3º 0.27% 0.67% -
XYZ 29.23 25.39 28.95 -
YUV 140.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 172 125 142 0 0.27 0.17 0.33 338.3 0.22 0.58
Hex AC 7D 8E 0 1B 11 21 152 16 3A
Octal 254 175 216 0 33 21 41 522 26 72
Binary 10101100 1111101 10001110 0 11011 10001 100001 101010010 10110 111010

Color Harmonies of #AC7D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D8E

Black with #AC7D8E

Text Example


Text Example

White with #AC7D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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