Html Css Color HEX #AC6586 Tapestry

📋 copy color: '#AC6586'

red 172 ◦ green 101 ◦ blue 134

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

Shades of Tapestry #AC6586

Tints of Tapestry #AC6586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.82%

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

R = 42.26%
G = 24.82%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC6586 (or 0xAC6586) is known color: Tapestry. HEX triplet: AC, 65 and 86. RGB value is (172,101,134). Sum of RGB (Red+Green+Blue) = 172+101+134=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6586 is #539A79. Grayscale: #7D7D7D. Windows color (decimal): -5479034 or 8807852. OLE color: 8807852.

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

Color convert

RGB 172 101 134 -
CMYK 0 0.41 0.22 0.33
HSL 332.11º 0.3% 0.54% -
HSV(B) 332.11º 0.41% 0.67% -
XYZ 25.97 19.8 25.01 -
YUV 125.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 172 101 134 0 0.41 0.22 0.33 332.11 0.3 0.54
Hex AC 65 86 0 29 16 21 14C 1E 36
Octal 254 145 206 0 51 26 41 514 36 66
Binary 10101100 1100101 10000110 0 101001 10110 100001 101001100 11110 110110

Color Harmonies of #AC6586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6586

Black with #AC6586

Text Example


Text Example

White with #AC6586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6586; }

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

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

background-color css

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

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

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

border-color css

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

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

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