#AC8796

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

Shades of Bouquet #AC8796

Tints of Bouquet #AC8796

Color information

#AC8796 (or 0xAC8796) is unknown color: approx Bouquet. HEX triplet: AC, 87 and 96. RGB value is (172,135,150). Sum of RGB (Red+Green+Blue) = 172+135+150=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8796 is #537869. Grayscale: #939393. Windows color (decimal): -5470314 or 9865132. OLE color: 9865132.

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

Color convert

RGB172135150-
CMYK00.220.130.33
HSL335.68º18.23%60.2%-
HSV(B)335.68º21.51%67.45%-
XYZ31.1828.332.67-
YUV147.77129.26145.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 135 (53.12% from 255) = 29.54%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=37.64%
G=29.54%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213515000.220.130.33335.6818.2360.2
HexAC8796016D21150123c
Octal25420722602615415202274
Binary101011001000011110010110010110110110000110101000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8796; }

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

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

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

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

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

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

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

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