Html Css Color HEX #AC808E Tapestry

📋 copy color: '#AC808E'

red 172 ◦ green 128 ◦ blue 142

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

Shades of Tapestry #AC808E

Tints of Tapestry #AC808E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.96%

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

R = 38.91%
G = 28.96%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC808E (or 0xAC808E) is known color: Tapestry. HEX triplet: AC, 80 and 8E. RGB value is (172,128,142). Sum of RGB (Red+Green+Blue) = 172+128+142=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC808E is #537F71. Grayscale: #8E8E8E. Windows color (decimal): -5472114 or 9339052. OLE color: 9339052.

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

Color convert

RGB 172 128 142 -
CMYK 0 0.26 0.17 0.33
HSL 340.91º 0.21% 0.59% -
HSV(B) 340.91º 0.26% 0.67% -
XYZ 29.61 26.16 29.08 -
YUV 142.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 172 128 142 0 0.26 0.17 0.33 340.91 0.21 0.59
Hex AC 80 8E 0 1A 11 21 155 15 3B
Octal 254 200 216 0 32 21 41 525 25 73
Binary 10101100 10000000 10001110 0 11010 10001 100001 101010101 10101 111011

Color Harmonies of #AC808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC808E

Black with #AC808E

Text Example


Text Example

White with #AC808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC808E; }

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

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

background-color css

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

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

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

border-color css

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

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

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