Html Css Color HEX #AC858E Tapestry

📋 copy color: '#AC858E'

red 172 ◦ green 133 ◦ blue 142

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

Shades of Tapestry #AC858E

Tints of Tapestry #AC858E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.77%

R = 38.48%
G = 29.75%
B = 31.77%

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

#AC858E (or 0xAC858E) is known color: Tapestry. HEX triplet: AC, 85 and 8E. RGB value is (172,133,142). Sum of RGB (Red+Green+Blue) = 172+133+142=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC858E is #537A71. Grayscale: #919191. Windows color (decimal): -5470834 or 9340332. OLE color: 9340332.

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

Color convert

RGB 172 133 142 -
CMYK 0 0.23 0.17 0.33
HSL 346.15º 0.19% 0.6% -
HSV(B) 346.15º 0.23% 0.67% -
XYZ 30.28 27.5 29.3 -
YUV 145.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 172 133 142 0 0.23 0.17 0.33 346.15 0.19 0.6
Hex AC 85 8E 0 17 11 21 15A 13 3C
Octal 254 205 216 0 27 21 41 532 23 74
Binary 10101100 10000101 10001110 0 10111 10001 100001 101011010 10011 111100

Color Harmonies of #AC858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC858E

Black with #AC858E

Text Example


Text Example

White with #AC858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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