Html Css Color HEX #AC858D Tapestry

📋 copy color: '#AC858D'

red 172 ◦ green 133 ◦ blue 141

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

Shades of Tapestry #AC858D

Tints of Tapestry #AC858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.82%

 BLUE value IS 141 (55.47% from 255) = 31.61%

R = 38.57%
G = 29.82%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC858D (or 0xAC858D) is known color: Tapestry. HEX triplet: AC, 85 and 8D. RGB value is (172,133,141). Sum of RGB (Red+Green+Blue) = 172+133+141=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC858D is #537A72. Grayscale: #919191. Windows color (decimal): -5470835 or 9274796. OLE color: 9274796.

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

Color convert

RGB 172 133 141 -
CMYK 0 0.23 0.18 0.33
HSL 347.69º 0.19% 0.6% -
HSV(B) 347.69º 0.23% 0.67% -
XYZ 30.21 27.47 28.91 -
YUV 145.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 172 133 141 0 0.23 0.18 0.33 347.69 0.19 0.6
Hex AC 85 8D 0 17 12 21 15C 13 3C
Octal 254 205 215 0 27 22 41 534 23 74
Binary 10101100 10000101 10001101 0 10111 10010 100001 101011100 10011 111100

Color Harmonies of #AC858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC858D

Black with #AC858D

Text Example


Text Example

White with #AC858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC858D; }

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

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

background-color css

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

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

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

border-color css

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

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

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