Html Css Color HEX #AC6D8A Tapestry

📋 copy color: '#AC6D8A'

red 172 ◦ green 109 ◦ blue 138

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

Shades of Tapestry #AC6D8A

Tints of Tapestry #AC6D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.01%

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

R = 41.05%
G = 26.01%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC6D8A (or 0xAC6D8A) is known color: Tapestry. HEX triplet: AC, 6D and 8A. RGB value is (172,109,138). Sum of RGB (Red+Green+Blue) = 172+109+138=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D8A is #539275. Grayscale: #838383. Windows color (decimal): -5476982 or 9072044. OLE color: 9072044.

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

Color convert

RGB 172 109 138 -
CMYK 0 0.37 0.20 0.33
HSL 332.38º 0.28% 0.55% -
HSV(B) 332.38º 0.37% 0.67% -
XYZ 27.07 21.54 26.78 -
YUV 131.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 172 109 138 0 0.37 0.20 0.33 332.38 0.28 0.55
Hex AC 6D 8A 0 25 14 21 14C 1C 37
Octal 254 155 212 0 45 24 41 514 34 67
Binary 10101100 1101101 10001010 0 100101 10100 100001 101001100 11100 110111

Color Harmonies of #AC6D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D8A

Black with #AC6D8A

Text Example


Text Example

White with #AC6D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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