#AC8494

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

Shades of Bouquet #AC8494

Tints of Bouquet #AC8494

Color information

#AC8494 (or 0xAC8494) is unknown color: approx Bouquet. HEX triplet: AC, 84 and 94. RGB value is (172,132,148). Sum of RGB (Red+Green+Blue) = 172+132+148=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8494 is #537B6B. Grayscale: #919191. Windows color (decimal): -5471084 or 9733292. OLE color: 9733292.

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

Color convert

RGB172132148-
CMYK00.230.140.33
HSL336º19.42%59.61%-
HSV(B)336º23.26%67.45%-
XYZ30.6127.4131.69-
YUV145.78129.25146.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=38.05%
G=29.20%
B=32.74%

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
Decimal17213214800.230.140.3333619.4259.61
HexAC8494017E21150133c
Octal25420422402716415202374
Binary101011001000010010010100010111111010000110101000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8494; }

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

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

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

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

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

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

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

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