Html Css Color HEX #AC7080 Tapestry

📋 copy color: '#AC7080'

red 172 ◦ green 112 ◦ blue 128

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

Shades of Tapestry #AC7080

Tints of Tapestry #AC7080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.18%

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

R = 41.75%
G = 27.18%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC7080 (or 0xAC7080) is known color: Tapestry. HEX triplet: AC, 70 and 80. RGB value is (172,112,128). Sum of RGB (Red+Green+Blue) = 172+112+128=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7080 is #538F7F. Grayscale: #838383. Windows color (decimal): -5476224 or 8417452. OLE color: 8417452.

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

Color convert

RGB 172 112 128 -
CMYK 0 0.35 0.26 0.33
HSL 344º 0.27% 0.56% -
HSV(B) 344º 0.35% 0.67% -
XYZ 26.7 21.92 23.25 -
YUV 131.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 172 112 128 0 0.35 0.26 0.33 344 0.27 0.56
Hex AC 70 80 0 23 1A 21 158 1B 38
Octal 254 160 200 0 43 32 41 530 33 70
Binary 10101100 1110000 10000000 0 100011 11010 100001 101011000 11011 111000

Color Harmonies of #AC7080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7080

Black with #AC7080

Text Example


Text Example

White with #AC7080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7080; }

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

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

background-color css

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

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

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

border-color css

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

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

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