Html Css Color HEX #AC6D7C Tapestry

📋 copy color: '#AC6D7C'

red 172 ◦ green 109 ◦ blue 124

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

Shades of Tapestry #AC6D7C

Tints of Tapestry #AC6D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.62%

R = 42.47%
G = 26.91%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC6D7C (or 0xAC6D7C) is known color: Tapestry. HEX triplet: AC, 6D and 7C. RGB value is (172,109,124). Sum of RGB (Red+Green+Blue) = 172+109+124=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D7C is #539283. Grayscale: #818181. Windows color (decimal): -5476996 or 8154540. OLE color: 8154540.

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

Color convert

RGB 172 109 124 -
CMYK 0 0.37 0.28 0.33
HSL 345.71º 0.28% 0.55% -
HSV(B) 345.71º 0.37% 0.67% -
XYZ 26.12 21.16 21.78 -
YUV 129.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 172 109 124 0 0.37 0.28 0.33 345.71 0.28 0.55
Hex AC 6D 7C 0 25 1C 21 15A 1C 37
Octal 254 155 174 0 45 34 41 532 34 67
Binary 10101100 1101101 1111100 0 100101 11100 100001 101011010 11100 110111

Color Harmonies of #AC6D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D7C

Black with #AC6D7C

Text Example


Text Example

White with #AC6D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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