Html Css Color HEX #AC848F Tapestry

📋 copy color: '#AC848F'

red 172 ◦ green 132 ◦ blue 143

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

Shades of Tapestry #AC848F

Tints of Tapestry #AC848F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.53%

 BLUE value IS 143 (56.25% from 255) = 31.99%

R = 38.48%
G = 29.53%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC848F (or 0xAC848F) is known color: Tapestry. HEX triplet: AC, 84 and 8F. RGB value is (172,132,143). Sum of RGB (Red+Green+Blue) = 172+132+143=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC848F is #537B70. Grayscale: #919191. Windows color (decimal): -5471089 or 9405612. OLE color: 9405612.

HSL color Cylindrical-coordinate representation of color #AC848F: hue angle of 343.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC848F is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 132 143 -
CMYK 0 0.23 0.17 0.33
HSL 343.5º 0.19% 0.6% -
HSV(B) 343.5º 0.23% 0.67% -
XYZ 30.22 27.26 29.65 -
YUV 145.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 172 132 143 0 0.23 0.17 0.33 343.5 0.19 0.6
Hex AC 84 8F 0 17 11 21 158 13 3C
Octal 254 204 217 0 27 21 41 530 23 74
Binary 10101100 10000100 10001111 0 10111 10001 100001 101011000 10011 111100

Color Harmonies of #AC848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC848F

Black with #AC848F

Text Example


Text Example

White with #AC848F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC848F; }

 p { color: rgb(172,132,143); }

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

background-color css

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

 a { background-color: rgb(172,132,143); }

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

border-color css

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

 span { border-color: rgb(172,132,143); }

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