Html Css Color HEX #AC8488 Tapestry

📋 copy color: '#AC8488'

red 172 ◦ green 132 ◦ blue 136

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

Shades of Tapestry #AC8488

Tints of Tapestry #AC8488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30%

 BLUE value IS 136 (53.52% from 255) = 30.91%

R = 39.09%
G = 30%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC8488 (or 0xAC8488) is known color: Tapestry. HEX triplet: AC, 84 and 88. RGB value is (172,132,136). Sum of RGB (Red+Green+Blue) = 172+132+136=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8488 is #537B77. Grayscale: #909090. Windows color (decimal): -5471096 or 8946860. OLE color: 8946860.

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

Color convert

RGB 172 132 136 -
CMYK 0 0.23 0.21 0.33
HSL 354º 0.19% 0.6% -
HSV(B) 354º 0.23% 0.67% -
XYZ 29.71 27.05 26.95 -
YUV 144.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 172 132 136 0 0.23 0.21 0.33 354 0.19 0.6
Hex AC 84 88 0 17 15 21 162 13 3C
Octal 254 204 210 0 27 25 41 542 23 74
Binary 10101100 10000100 10001000 0 10111 10101 100001 101100010 10011 111100

Color Harmonies of #AC8488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8488

Black with #AC8488

Text Example


Text Example

White with #AC8488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8488; }

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

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

background-color css

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

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

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

border-color css

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

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

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