Html Css Color HEX #AC5F81 Tapestry

📋 copy color: '#AC5F81'

red 172 ◦ green 95 ◦ blue 129

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

Shades of Tapestry #AC5F81

Tints of Tapestry #AC5F81

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.99%

 BLUE value IS 129 (50.78% from 255) = 32.58%

R = 43.43%
G = 23.99%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC5F81 (or 0xAC5F81) is known color: Tapestry. HEX triplet: AC, 5F and 81. RGB value is (172,95,129). Sum of RGB (Red+Green+Blue) = 172+95+129=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5F81 is #53A07E. Grayscale: #797979. Windows color (decimal): -5480575 or 8478636. OLE color: 8478636.

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

Color convert

RGB 172 95 129 -
CMYK 0 0.45 0.25 0.33
HSL 333.51º 0.32% 0.52% -
HSV(B) 333.51º 0.45% 0.67% -
XYZ 25.07 18.54 23.03 -
YUV 121.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 172 95 129 0 0.45 0.25 0.33 333.51 0.32 0.52
Hex AC 5F 81 0 2D 19 21 14E 20 34
Octal 254 137 201 0 55 31 41 516 40 64
Binary 10101100 1011111 10000001 0 101101 11001 100001 101001110 100000 110100

Color Harmonies of #AC5F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5F81

Black with #AC5F81

Text Example


Text Example

White with #AC5F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5F81; }

 p { color: rgb(172,95,129); }

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

background-color css

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

 a { background-color: rgb(172,95,129); }

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

border-color css

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

 span { border-color: rgb(172,95,129); }

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