Html Css Color HEX #AC5E85 Tapestry

📋 copy color: '#AC5E85'

red 172 ◦ green 94 ◦ blue 133

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

Shades of Tapestry #AC5E85

Tints of Tapestry #AC5E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.33%

R = 43.11%
G = 23.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC5E85 (or 0xAC5E85) is known color: Tapestry. HEX triplet: AC, 5E and 85. RGB value is (172,94,133). Sum of RGB (Red+Green+Blue) = 172+94+133=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5E85 is #53A17A. Grayscale: #797979. Windows color (decimal): -5480827 or 8740524. OLE color: 8740524.

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

Color convert

RGB 172 94 133 -
CMYK 0 0.45 0.23 0.33
HSL 330º 0.32% 0.52% -
HSV(B) 330º 0.45% 0.67% -
XYZ 25.25 18.47 24.42 -
YUV 121.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 172 94 133 0 0.45 0.23 0.33 330 0.32 0.52
Hex AC 5E 85 0 2D 17 21 14A 20 34
Octal 254 136 205 0 55 27 41 512 40 64
Binary 10101100 1011110 10000101 0 101101 10111 100001 101001010 100000 110100

Color Harmonies of #AC5E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E85

Black with #AC5E85

Text Example


Text Example

White with #AC5E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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