Html Css Color HEX #AC7686 Tapestry

📋 copy color: '#AC7686'

red 172 ◦ green 118 ◦ blue 134

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

Shades of Tapestry #AC7686

Tints of Tapestry #AC7686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

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

R = 40.57%
G = 27.83%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC7686 (or 0xAC7686) is known color: Tapestry. HEX triplet: AC, 76 and 86. RGB value is (172,118,134). Sum of RGB (Red+Green+Blue) = 172+118+134=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7686 is #538979. Grayscale: #878787. Windows color (decimal): -5474682 or 8812204. OLE color: 8812204.

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

Color convert

RGB 172 118 134 -
CMYK 0 0.31 0.22 0.33
HSL 342.22º 0.25% 0.57% -
HSV(B) 342.22º 0.31% 0.67% -
XYZ 27.79 23.45 25.62 -
YUV 135.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 172 118 134 0 0.31 0.22 0.33 342.22 0.25 0.57
Hex AC 76 86 0 1F 16 21 156 19 39
Octal 254 166 206 0 37 26 41 526 31 71
Binary 10101100 1110110 10000110 0 11111 10110 100001 101010110 11001 111001

Color Harmonies of #AC7686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7686

Black with #AC7686

Text Example


Text Example

White with #AC7686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7686; }

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

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

background-color css

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

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

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

border-color css

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

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

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