Html Css Color HEX #AC7680 Tapestry

📋 copy color: '#AC7680'

red 172 ◦ green 118 ◦ blue 128

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

Shades of Tapestry #AC7680

Tints of Tapestry #AC7680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 41.15%
G = 28.23%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC7680 (or 0xAC7680) is known color: Tapestry. HEX triplet: AC, 76 and 80. RGB value is (172,118,128). Sum of RGB (Red+Green+Blue) = 172+118+128=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7680 is #53897F. Grayscale: #878787. Windows color (decimal): -5474688 or 8418988. OLE color: 8418988.

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

Color convert

RGB 172 118 128 -
CMYK 0 0.31 0.26 0.33
HSL 348.89º 0.25% 0.57% -
HSV(B) 348.89º 0.31% 0.67% -
XYZ 27.39 23.29 23.47 -
YUV 135.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 172 118 128 0 0.31 0.26 0.33 348.89 0.25 0.57
Hex AC 76 80 0 1F 1A 21 15D 19 39
Octal 254 166 200 0 37 32 41 535 31 71
Binary 10101100 1110110 10000000 0 11111 11010 100001 101011101 11001 111001

Color Harmonies of #AC7680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7680

Black with #AC7680

Text Example


Text Example

White with #AC7680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7680; }

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

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

background-color css

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

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

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

border-color css

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

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

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