Html Css Color HEX #AC808A Tapestry

📋 copy color: '#AC808A'

red 172 ◦ green 128 ◦ blue 138

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

Shades of Tapestry #AC808A

Tints of Tapestry #AC808A

RGB

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

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

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

R = 39.27%
G = 29.22%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC808A (or 0xAC808A) is known color: Tapestry. HEX triplet: AC, 80 and 8A. RGB value is (172,128,138). Sum of RGB (Red+Green+Blue) = 172+128+138=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC808A is #537F75. Grayscale: #8E8E8E. Windows color (decimal): -5472118 or 9076908. OLE color: 9076908.

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

Color convert

RGB 172 128 138 -
CMYK 0 0.26 0.20 0.33
HSL 346.36º 0.21% 0.59% -
HSV(B) 346.36º 0.26% 0.67% -
XYZ 29.32 26.04 27.53 -
YUV 142.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 172 128 138 0 0.26 0.20 0.33 346.36 0.21 0.59
Hex AC 80 8A 0 1A 14 21 15A 15 3B
Octal 254 200 212 0 32 24 41 532 25 73
Binary 10101100 10000000 10001010 0 11010 10100 100001 101011010 10101 111011

Color Harmonies of #AC808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC808A

Black with #AC808A

Text Example


Text Example

White with #AC808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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