#AC7599

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

Shades of Bouquet #AC7599

Tints of Bouquet #AC7599

Color information

#AC7599 (or 0xAC7599) is unknown color: approx Bouquet. HEX triplet: AC, 75 and 99. RGB value is (172,117,153). Sum of RGB (Red+Green+Blue) = 172+117+153=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7599 is #538A66. Grayscale: #898989. Windows color (decimal): -5474919 or 10057132. OLE color: 10057132.

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

Color convert

RGB172117153-
CMYK00.320.110.33
HSL320.73º24.89%56.67%-
HSV(B)320.73º31.98%67.45%-
XYZ29.1223.7933.19-
YUV137.55136.72152.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=38.91%
G=26.47%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211715300.320.110.33320.7324.8956.67
HexAC7599020B211411939
Octal25416523104013415013171
Binary101011001110101100110010100000101110000110100000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7599; }

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

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

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

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

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

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

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

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