#AC6596

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

Shades of Bouquet #AC6596

Tints of Bouquet #AC6596

Color information

#AC6596 (or 0xAC6596) is unknown color: approx Bouquet. HEX triplet: AC, 65 and 96. RGB value is (172,101,150). Sum of RGB (Red+Green+Blue) = 172+101+150=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6596 is #539A69. Grayscale: #7F7F7F. Windows color (decimal): -5479018 or 9856428. OLE color: 9856428.

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

Color convert

RGB172101150-
CMYK00.410.130.33
HSL318.59º29.96%53.53%-
HSV(B)318.59º41.28%67.45%-
XYZ27.1720.2831.34-
YUV127.82140.52159.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=40.66%
G=23.88%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210115000.410.130.33318.5929.9653.53
HexAC6596029D2113f1e36
Octal25414522605115414773666
Binary101011001100101100101100101001110110000110011111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6596; }

 p { color: rgb(172,101,150); }

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

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

 a { background-color: rgb(172,101,150); }

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

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

 span { border-color: rgb(172,101,150); }

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