Html Css Color HEX #AC5E86 Tapestry

📋 copy color: '#AC5E86'

red 172 ◦ green 94 ◦ blue 134

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

Shades of Tapestry #AC5E86

Tints of Tapestry #AC5E86

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.5%

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

R = 43%
G = 23.5%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC5E86 (or 0xAC5E86) is known color: Tapestry. HEX triplet: AC, 5E and 86. RGB value is (172,94,134). Sum of RGB (Red+Green+Blue) = 172+94+134=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E86 is #53A179. Grayscale: #797979. Windows color (decimal): -5480826 or 8806060. OLE color: 8806060.

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

Color convert

RGB 172 94 134 -
CMYK 0 0.45 0.22 0.33
HSL 329.23º 0.32% 0.52% -
HSV(B) 329.23º 0.45% 0.67% -
XYZ 25.32 18.5 24.79 -
YUV 121.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 172 94 134 0 0.45 0.22 0.33 329.23 0.32 0.52
Hex AC 5E 86 0 2D 16 21 149 20 34
Octal 254 136 206 0 55 26 41 511 40 64
Binary 10101100 1011110 10000110 0 101101 10110 100001 101001001 100000 110100

Color Harmonies of #AC5E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E86

Black with #AC5E86

Text Example


Text Example

White with #AC5E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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