Html Css Color HEX #AC7386 Tapestry

📋 copy color: '#AC7386'

red 172 ◦ green 115 ◦ blue 134

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

Shades of Tapestry #AC7386

Tints of Tapestry #AC7386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.32%

 BLUE value IS 134 (52.73% from 255) = 31.83%

R = 40.86%
G = 27.32%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC7386 (or 0xAC7386) is known color: Tapestry. HEX triplet: AC, 73 and 86. RGB value is (172,115,134). Sum of RGB (Red+Green+Blue) = 172+115+134=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7386 is #538C79. Grayscale: #868686. Windows color (decimal): -5475450 or 8811436. OLE color: 8811436.

HSL color Cylindrical-coordinate representation of color #AC7386: hue angle of 340º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7386 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 115 134 -
CMYK 0 0.33 0.22 0.33
HSL 340º 0.26% 0.56% -
HSV(B) 340º 0.33% 0.67% -
XYZ 27.45 22.75 25.5 -
YUV 134.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 172 115 134 0 0.33 0.22 0.33 340 0.26 0.56
Hex AC 73 86 0 21 16 21 154 1A 38
Octal 254 163 206 0 41 26 41 524 32 70
Binary 10101100 1110011 10000110 0 100001 10110 100001 101010100 11010 111000

Color Harmonies of #AC7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7386

Black with #AC7386

Text Example


Text Example

White with #AC7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7386; }

 p { color: rgb(172,115,134); }

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

background-color css

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

 a { background-color: rgb(172,115,134); }

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

border-color css

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

 span { border-color: rgb(172,115,134); }

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