Html Css Color HEX #AC8088 Tapestry

📋 copy color: '#AC8088'

red 172 ◦ green 128 ◦ blue 136

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

Shades of Tapestry #AC8088

Tints of Tapestry #AC8088

RGB

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

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

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

R = 39.45%
G = 29.36%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC8088 (or 0xAC8088) is known color: Tapestry. HEX triplet: AC, 80 and 88. RGB value is (172,128,136). Sum of RGB (Red+Green+Blue) = 172+128+136=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8088 is #537F77. Grayscale: #8E8E8E. Windows color (decimal): -5472120 or 8945836. OLE color: 8945836.

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

Color convert

RGB 172 128 136 -
CMYK 0 0.26 0.21 0.33
HSL 349.09º 0.21% 0.59% -
HSV(B) 349.09º 0.26% 0.67% -
XYZ 29.18 25.99 26.77 -
YUV 142.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 172 128 136 0 0.26 0.21 0.33 349.09 0.21 0.59
Hex AC 80 88 0 1A 15 21 15D 15 3B
Octal 254 200 210 0 32 25 41 535 25 73
Binary 10101100 10000000 10001000 0 11010 10101 100001 101011101 10101 111011

Color Harmonies of #AC8088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8088

Black with #AC8088

Text Example


Text Example

White with #AC8088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8088; }

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

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

background-color css

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

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

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

border-color css

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

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

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