#AC7595

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

Shades of Bouquet #AC7595

Tints of Bouquet #AC7595

Color information

#AC7595 (or 0xAC7595) is unknown color: approx Bouquet. HEX triplet: AC, 75 and 95. RGB value is (172,117,149). Sum of RGB (Red+Green+Blue) = 172+117+149=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7595 is #538A6A. Grayscale: #898989. Windows color (decimal): -5474923 or 9794988. OLE color: 9794988.

HSL color Cylindrical-coordinate representation of color #AC7595: hue angle of 325.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC7595 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB172117149-
CMYK00.320.130.33
HSL325.09º24.89%56.67%-
HSV(B)325.09º31.98%67.45%-
XYZ28.823.6631.48-
YUV137.09134.72152.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 149 (58.59% from 255) = 34.02%
R=39.27%
G=26.71%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211714900.320.130.33325.0924.8956.67
HexAC7595020D211451939
Octal25416522504015415053171
Binary101011001110101100101010100000110110000110100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7595; }

 p { color: rgb(172,117,149); }

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

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

 a { background-color: rgb(172,117,149); }

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

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

 span { border-color: rgb(172,117,149); }

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