Html Css Color HEX #AC7586 Tapestry

📋 copy color: '#AC7586'

red 172 ◦ green 117 ◦ blue 134

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

Shades of Tapestry #AC7586

Tints of Tapestry #AC7586

RGB

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

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

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

R = 40.66%
G = 27.66%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC7586 (or 0xAC7586) is known color: Tapestry. HEX triplet: AC, 75 and 86. RGB value is (172,117,134). Sum of RGB (Red+Green+Blue) = 172+117+134=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7586 is #538A79. Grayscale: #878787. Windows color (decimal): -5474938 or 8811948. OLE color: 8811948.

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

Color convert

RGB 172 117 134 -
CMYK 0 0.32 0.22 0.33
HSL 341.45º 0.25% 0.57% -
HSV(B) 341.45º 0.32% 0.67% -
XYZ 27.68 23.21 25.58 -
YUV 135.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 172 117 134 0 0.32 0.22 0.33 341.45 0.25 0.57
Hex AC 75 86 0 20 16 21 155 19 39
Octal 254 165 206 0 40 26 41 525 31 71
Binary 10101100 1110101 10000110 0 100000 10110 100001 101010101 11001 111001

Color Harmonies of #AC7586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7586

Black with #AC7586

Text Example


Text Example

White with #AC7586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7586; }

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

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

background-color css

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

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

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

border-color css

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

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

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