#AC8D9D

Color #AC8D9D Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AC8D9D

Tints of Bouquet #AC8D9D

Color information

#AC8D9D (or 0xAC8D9D) is unknown color: approx Bouquet. HEX triplet: AC, 8D and 9D. RGB value is (172,141,157). Sum of RGB (Red+Green+Blue) = 172+141+157=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D9D is #537262. Grayscale: #989898. Windows color (decimal): -5468771 or 10325420. OLE color: 10325420.

HSL color Cylindrical-coordinate representation of color #AC8D9D: hue angle of 329.03º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC8D9D is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB172141157-
CMYK00.180.090.33
HSL329.03º15.74%61.37%-
HSV(B)329.03º18.02%67.45%-
XYZ32.6230.2536.02-
YUV152.09130.77142.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=36.60%
G=30%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214115700.180.090.33329.0315.7461.37
HexAC8D9D012921149103d
Octal25421523502211415112075
Binary101011001000110110011101010010100110000110100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D9D; }

 p { color: rgb(172,141,157); }

 H1.HeaderClassName
 {
   color: #AC8D9D;
 }
 .AnyTagClassName
 {
   color: #AC8D9D;
 }
</style>
background-color css

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

 a { background-color: rgb(172,141,157); }

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

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

 span { border-color: rgb(172,141,157); }

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