Html Css Color HEX #AC6C7E Tapestry

📋 copy color: '#AC6C7E'

red 172 ◦ green 108 ◦ blue 126

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

Shades of Tapestry #AC6C7E

Tints of Tapestry #AC6C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 42.36%
G = 26.6%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC6C7E (or 0xAC6C7E) is known color: Tapestry. HEX triplet: AC, 6C and 7E. RGB value is (172,108,126). Sum of RGB (Red+Green+Blue) = 172+108+126=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C7E is #539381. Grayscale: #818181. Windows color (decimal): -5477250 or 8285356. OLE color: 8285356.

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

Color convert

RGB 172 108 126 -
CMYK 0 0.37 0.27 0.33
HSL 343.13º 0.28% 0.55% -
HSV(B) 343.13º 0.37% 0.67% -
XYZ 26.14 21 22.41 -
YUV 129.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 172 108 126 0 0.37 0.27 0.33 343.13 0.28 0.55
Hex AC 6C 7E 0 25 1B 21 157 1C 37
Octal 254 154 176 0 45 33 41 527 34 67
Binary 10101100 1101100 1111110 0 100101 11011 100001 101010111 11100 110111

Color Harmonies of #AC6C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6C7E

Black with #AC6C7E

Text Example


Text Example

White with #AC6C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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