Html Css Color HEX #AC688A Tapestry

📋 copy color: '#AC688A'

red 172 ◦ green 104 ◦ blue 138

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

Shades of Tapestry #AC688A

Tints of Tapestry #AC688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.12%

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

R = 41.55%
G = 25.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC688A (or 0xAC688A) is known color: Tapestry. HEX triplet: AC, 68 and 8A. RGB value is (172,104,138). Sum of RGB (Red+Green+Blue) = 172+104+138=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC688A is #539775. Grayscale: #808080. Windows color (decimal): -5478262 or 9070764. OLE color: 9070764.

HSL color Cylindrical-coordinate representation of color #AC688A: hue angle of 330º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC688A is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 104 138 -
CMYK 0 0.40 0.20 0.33
HSL 330º 0.29% 0.54% -
HSV(B) 330º 0.4% 0.67% -
XYZ 26.55 20.51 26.6 -
YUV 128.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 172 104 138 0 0.40 0.20 0.33 330 0.29 0.54
Hex AC 68 8A 0 28 14 21 14A 1D 36
Octal 254 150 212 0 50 24 41 512 35 66
Binary 10101100 1101000 10001010 0 101000 10100 100001 101001010 11101 110110

Color Harmonies of #AC688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC688A

Black with #AC688A

Text Example


Text Example

White with #AC688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC688A; }

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

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

background-color css

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

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

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

border-color css

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

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

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