Html Css Color HEX #AC647D Tapestry

📋 copy color: '#AC647D'

red 172 ◦ green 100 ◦ blue 125

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

Shades of Tapestry #AC647D

Tints of Tapestry #AC647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.19%

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 43.32%
G = 25.19%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC647D (or 0xAC647D) is known color: Tapestry. HEX triplet: AC, 64 and 7D. RGB value is (172,100,125). Sum of RGB (Red+Green+Blue) = 172+100+125=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC647D is #539B82. Grayscale: #7C7C7C. Windows color (decimal): -5479299 or 8217772. OLE color: 8217772.

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

Color convert

RGB 172 100 125 -
CMYK 0 0.42 0.27 0.33
HSL 339.17º 0.3% 0.53% -
HSV(B) 339.17º 0.42% 0.67% -
XYZ 25.27 19.37 21.81 -
YUV 124.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 172 100 125 0 0.42 0.27 0.33 339.17 0.3 0.53
Hex AC 64 7D 0 2A 1B 21 153 1E 35
Octal 254 144 175 0 52 33 41 523 36 65
Binary 10101100 1100100 1111101 0 101010 11011 100001 101010011 11110 110101

Color Harmonies of #AC647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC647D

Black with #AC647D

Text Example


Text Example

White with #AC647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC647D; }

 p { color: rgb(172,100,125); }

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

background-color css

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

 a { background-color: rgb(172,100,125); }

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

border-color css

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

 span { border-color: rgb(172,100,125); }

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