Html Css Color HEX #AC808C Tapestry

📋 copy color: '#AC808C'

red 172 ◦ green 128 ◦ blue 140

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

Shades of Tapestry #AC808C

Tints of Tapestry #AC808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 39.09%
G = 29.09%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC808C (or 0xAC808C) is known color: Tapestry. HEX triplet: AC, 80 and 8C. RGB value is (172,128,140). Sum of RGB (Red+Green+Blue) = 172+128+140=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC808C is #537F73. Grayscale: #8E8E8E. Windows color (decimal): -5472116 or 9207980. OLE color: 9207980.

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

Color convert

RGB 172 128 140 -
CMYK 0 0.26 0.19 0.33
HSL 343.64º 0.21% 0.59% -
HSV(B) 343.64º 0.26% 0.67% -
XYZ 29.47 26.1 28.3 -
YUV 142.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 172 128 140 0 0.26 0.19 0.33 343.64 0.21 0.59
Hex AC 80 8C 0 1A 13 21 158 15 3B
Octal 254 200 214 0 32 23 41 530 25 73
Binary 10101100 10000000 10001100 0 11010 10011 100001 101011000 10101 111011

Color Harmonies of #AC808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC808C

Black with #AC808C

Text Example


Text Example

White with #AC808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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