Html Css Color HEX #AC888A Tapestry

📋 copy color: '#AC888A'

red 172 ◦ green 136 ◦ blue 138

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

Shades of Tapestry #AC888A

Tints of Tapestry #AC888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.49%

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

R = 38.57%
G = 30.49%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC888A (or 0xAC888A) is known color: Tapestry. HEX triplet: AC, 88 and 8A. RGB value is (172,136,138). Sum of RGB (Red+Green+Blue) = 172+136+138=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC888A is #537775. Grayscale: #939393. Windows color (decimal): -5470070 or 9078956. OLE color: 9078956.

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

Color convert

RGB 172 136 138 -
CMYK 0 0.21 0.20 0.33
HSL 356.67º 0.18% 0.6% -
HSV(B) 356.67º 0.21% 0.67% -
XYZ 30.4 28.21 27.89 -
YUV 146.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 172 136 138 0 0.21 0.20 0.33 356.67 0.18 0.6
Hex AC 88 8A 0 15 14 21 165 12 3C
Octal 254 210 212 0 25 24 41 545 22 74
Binary 10101100 10001000 10001010 0 10101 10100 100001 101100101 10010 111100

Color Harmonies of #AC888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC888A

Black with #AC888A

Text Example


Text Example

White with #AC888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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