Html Css Color HEX #AC858C Tapestry

📋 copy color: '#AC858C'

red 172 ◦ green 133 ◦ blue 140

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

Shades of Tapestry #AC858C

Tints of Tapestry #AC858C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 38.65%
G = 29.89%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC858C (or 0xAC858C) is known color: Tapestry. HEX triplet: AC, 85 and 8C. RGB value is (172,133,140). Sum of RGB (Red+Green+Blue) = 172+133+140=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC858C is #537A73. Grayscale: #919191. Windows color (decimal): -5470836 or 9209260. OLE color: 9209260.

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

Color convert

RGB 172 133 140 -
CMYK 0 0.23 0.19 0.33
HSL 349.23º 0.19% 0.6% -
HSV(B) 349.23º 0.23% 0.67% -
XYZ 30.13 27.44 28.52 -
YUV 145.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 172 133 140 0 0.23 0.19 0.33 349.23 0.19 0.6
Hex AC 85 8C 0 17 13 21 15D 13 3C
Octal 254 205 214 0 27 23 41 535 23 74
Binary 10101100 10000101 10001100 0 10111 10011 100001 101011101 10011 111100

Color Harmonies of #AC858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC858C

Black with #AC858C

Text Example


Text Example

White with #AC858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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