#AC8599

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

Shades of Bouquet #AC8599

Tints of Bouquet #AC8599

Color information

#AC8599 (or 0xAC8599) is unknown color: approx Bouquet. HEX triplet: AC, 85 and 99. RGB value is (172,133,153). Sum of RGB (Red+Green+Blue) = 172+133+153=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8599 is #537A66. Grayscale: #929292. Windows color (decimal): -5470823 or 10061228. OLE color: 10061228.

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

Color convert

RGB172133153-
CMYK00.230.110.33
HSL329.23º19.02%59.8%-
HSV(B)329.23º22.67%67.45%-
XYZ31.1527.8533.87-
YUV146.94131.42145.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 133 (52.34% from 255) = 29.04%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=37.55%
G=29.04%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213315300.230.110.33329.2319.0259.8
HexAC8599017B21149133c
Octal25420523102713415112374
Binary101011001000010110011001010111101110000110100100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8599; }

 p { color: rgb(172,133,153); }

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

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

 a { background-color: rgb(172,133,153); }

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

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

 span { border-color: rgb(172,133,153); }

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