#AC7796

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

Shades of Bouquet #AC7796

Tints of Bouquet #AC7796

Color information

#AC7796 (or 0xAC7796) is unknown color: approx Bouquet. HEX triplet: AC, 77 and 96. RGB value is (172,119,150). Sum of RGB (Red+Green+Blue) = 172+119+150=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7796 is #538869. Grayscale: #8A8A8A. Windows color (decimal): -5474410 or 9861036. OLE color: 9861036.

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

Color convert

RGB172119150-
CMYK00.310.130.33
HSL324.91º24.2%57.06%-
HSV(B)324.91º30.81%67.45%-
XYZ29.1224.1731.98-
YUV138.38134.56151.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=39.00%
G=26.98%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211915000.310.130.33324.9124.257.06
HexAC779601FD211451839
Octal25416722603715415053071
Binary10101100111011110010110011111110110000110100010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7796; }

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

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

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

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

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

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

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

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