Html Css Color HEX #AC858F Tapestry

📋 copy color: '#AC858F'

red 172 ◦ green 133 ◦ blue 143

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

Shades of Tapestry #AC858F

Tints of Tapestry #AC858F

RGB

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

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

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

R = 38.39%
G = 29.69%
B = 31.92%

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

#AC858F (or 0xAC858F) is known color: Tapestry. HEX triplet: AC, 85 and 8F. RGB value is (172,133,143). Sum of RGB (Red+Green+Blue) = 172+133+143=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC858F is #537A70. Grayscale: #919191. Windows color (decimal): -5470833 or 9405868. OLE color: 9405868.

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

Color convert

RGB 172 133 143 -
CMYK 0 0.23 0.17 0.33
HSL 344.62º 0.19% 0.6% -
HSV(B) 344.62º 0.23% 0.67% -
XYZ 30.36 27.53 29.7 -
YUV 145.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 172 133 143 0 0.23 0.17 0.33 344.62 0.19 0.6
Hex AC 85 8F 0 17 11 21 159 13 3C
Octal 254 205 217 0 27 21 41 531 23 74
Binary 10101100 10000101 10001111 0 10111 10001 100001 101011001 10011 111100

Color Harmonies of #AC858F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC858F

Black with #AC858F

Text Example


Text Example

White with #AC858F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC858F; }

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

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

background-color css

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

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

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

border-color css

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

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

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