Html Css Color HEX #AC6E8A Tapestry

📋 copy color: '#AC6E8A'

red 172 ◦ green 110 ◦ blue 138

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

Shades of Tapestry #AC6E8A

Tints of Tapestry #AC6E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.19%

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 40.95%
G = 26.19%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC6E8A (or 0xAC6E8A) is known color: Tapestry. HEX triplet: AC, 6E and 8A. RGB value is (172,110,138). Sum of RGB (Red+Green+Blue) = 172+110+138=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E8A is #539175. Grayscale: #838383. Windows color (decimal): -5476726 or 9072300. OLE color: 9072300.

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

Color convert

RGB 172 110 138 -
CMYK 0 0.36 0.20 0.33
HSL 332.9º 0.27% 0.55% -
HSV(B) 332.9º 0.36% 0.67% -
XYZ 27.18 21.76 26.81 -
YUV 131.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 172 110 138 0 0.36 0.20 0.33 332.9 0.27 0.55
Hex AC 6E 8A 0 24 14 21 14D 1B 37
Octal 254 156 212 0 44 24 41 515 33 67
Binary 10101100 1101110 10001010 0 100100 10100 100001 101001101 11011 110111

Color Harmonies of #AC6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E8A

Black with #AC6E8A

Text Example


Text Example

White with #AC6E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E8A; }

 p { color: rgb(172,110,138); }

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

background-color css

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

 a { background-color: rgb(172,110,138); }

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

border-color css

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

 span { border-color: rgb(172,110,138); }

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