Html Css Color HEX #AC858A Tapestry

📋 copy color: '#AC858A'

red 172 ◦ green 133 ◦ blue 138

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

Shades of Tapestry #AC858A

Tints of Tapestry #AC858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.15%

R = 38.83%
G = 30.02%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC858A (or 0xAC858A) is known color: Tapestry. HEX triplet: AC, 85 and 8A. RGB value is (172,133,138). Sum of RGB (Red+Green+Blue) = 172+133+138=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC858A is #537A75. Grayscale: #919191. Windows color (decimal): -5470838 or 9078188. OLE color: 9078188.

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

Color convert

RGB 172 133 138 -
CMYK 0 0.23 0.20 0.33
HSL 352.31º 0.19% 0.6% -
HSV(B) 352.31º 0.23% 0.67% -
XYZ 29.99 27.38 27.75 -
YUV 145.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 172 133 138 0 0.23 0.20 0.33 352.31 0.19 0.6
Hex AC 85 8A 0 17 14 21 160 13 3C
Octal 254 205 212 0 27 24 41 540 23 74
Binary 10101100 10000101 10001010 0 10111 10100 100001 101100000 10011 111100

Color Harmonies of #AC858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC858A

Black with #AC858A

Text Example


Text Example

White with #AC858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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