Html Css Color HEX #AC878A Tapestry

📋 copy color: '#AC878A'

red 172 ◦ green 135 ◦ blue 138

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

Shades of Tapestry #AC878A

Tints of Tapestry #AC878A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.34%

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

R = 38.65%
G = 30.34%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC878A (or 0xAC878A) is known color: Tapestry. HEX triplet: AC, 87 and 8A. RGB value is (172,135,138). Sum of RGB (Red+Green+Blue) = 172+135+138=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC878A is #537875. Grayscale: #929292. Windows color (decimal): -5470326 or 9078700. OLE color: 9078700.

HSL color Cylindrical-coordinate representation of color #AC878A: hue angle of 355.14º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC878A is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 135 138 -
CMYK 0 0.22 0.20 0.33
HSL 355.14º 0.18% 0.6% -
HSV(B) 355.14º 0.22% 0.67% -
XYZ 30.26 27.93 27.84 -
YUV 146.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 172 135 138 0 0.22 0.20 0.33 355.14 0.18 0.6
Hex AC 87 8A 0 16 14 21 163 12 3C
Octal 254 207 212 0 26 24 41 543 22 74
Binary 10101100 10000111 10001010 0 10110 10100 100001 101100011 10010 111100

Color Harmonies of #AC878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC878A

Black with #AC878A

Text Example


Text Example

White with #AC878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC878A; }

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

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

background-color css

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

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

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

border-color css

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

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

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