Html Css Color HEX #AC7580 Tapestry

📋 copy color: '#AC7580'

red 172 ◦ green 117 ◦ blue 128

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

Shades of Tapestry #AC7580

Tints of Tapestry #AC7580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.06%

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

R = 41.25%
G = 28.06%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC7580 (or 0xAC7580) is known color: Tapestry. HEX triplet: AC, 75 and 80. RGB value is (172,117,128). Sum of RGB (Red+Green+Blue) = 172+117+128=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7580 is #538A7F. Grayscale: #868686. Windows color (decimal): -5474944 or 8418732. OLE color: 8418732.

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

Color convert

RGB 172 117 128 -
CMYK 0 0.32 0.26 0.33
HSL 348º 0.25% 0.57% -
HSV(B) 348º 0.32% 0.67% -
XYZ 27.27 23.05 23.43 -
YUV 134.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 172 117 128 0 0.32 0.26 0.33 348 0.25 0.57
Hex AC 75 80 0 20 1A 21 15C 19 39
Octal 254 165 200 0 40 32 41 534 31 71
Binary 10101100 1110101 10000000 0 100000 11010 100001 101011100 11001 111001

Color Harmonies of #AC7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7580

Black with #AC7580

Text Example


Text Example

White with #AC7580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7580; }

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

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

background-color css

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

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

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

border-color css

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

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

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