#AC8594

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

Shades of Bouquet #AC8594

Tints of Bouquet #AC8594

Color information

#AC8594 (or 0xAC8594) is unknown color: approx Bouquet. HEX triplet: AC, 85 and 94. RGB value is (172,133,148). Sum of RGB (Red+Green+Blue) = 172+133+148=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8594 is #537A6B. Grayscale: #929292. Windows color (decimal): -5470828 or 9733548. OLE color: 9733548.

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

Color convert

RGB172133148-
CMYK00.230.140.33
HSL336.92º19.02%59.8%-
HSV(B)336.92º22.67%67.45%-
XYZ30.7527.6831.74-
YUV146.37128.92146.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 148 (58.20% from 255) = 32.67%
R=37.97%
G=29.36%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213314800.230.140.33336.9219.0259.8
HexAC8594017E21151133c
Octal25420522402716415212374
Binary101011001000010110010100010111111010000110101000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8594; }

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

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

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

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

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

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

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

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