Html Css Color HEX #AC888E Tapestry

📋 copy color: '#AC888E'

red 172 ◦ green 136 ◦ blue 142

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

Shades of Tapestry #AC888E

Tints of Tapestry #AC888E

RGB

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

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

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

R = 38.22%
G = 30.22%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC888E (or 0xAC888E) is known color: Tapestry. HEX triplet: AC, 88 and 8E. RGB value is (172,136,142). Sum of RGB (Red+Green+Blue) = 172+136+142=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 172 - color contains mainly: red. Hex color #AC888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC888E is #537771. Grayscale: #939393. Windows color (decimal): -5470066 or 9341100. OLE color: 9341100.

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

Color convert

RGB 172 136 142 -
CMYK 0 0.21 0.17 0.33
HSL 350º 0.18% 0.6% -
HSV(B) 350º 0.21% 0.67% -
XYZ 30.7 28.33 29.44 -
YUV 147.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 172 136 142 0 0.21 0.17 0.33 350 0.18 0.6
Hex AC 88 8E 0 15 11 21 15E 12 3C
Octal 254 210 216 0 25 21 41 536 22 74
Binary 10101100 10001000 10001110 0 10101 10001 100001 101011110 10010 111100

Color Harmonies of #AC888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC888E

Black with #AC888E

Text Example


Text Example

White with #AC888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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