#AC8396

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

Shades of Bouquet #AC8396

Tints of Bouquet #AC8396

Color information

#AC8396 (or 0xAC8396) is unknown color: approx Bouquet. HEX triplet: AC, 83 and 96. RGB value is (172,131,150). Sum of RGB (Red+Green+Blue) = 172+131+150=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8396 is #537C69. Grayscale: #919191. Windows color (decimal): -5471338 or 9864108. OLE color: 9864108.

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

Color convert

RGB172131150-
CMYK00.240.130.33
HSL332.2º19.81%59.41%-
HSV(B)332.2º23.84%67.45%-
XYZ30.6327.2132.49-
YUV145.42130.58146.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 131 (51.56% from 255) = 28.92%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=37.97%
G=28.92%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213115000.240.130.33332.219.8159.41
HexAC8396018D2114c143b
Octal25420322603015415142473
Binary101011001000001110010110011000110110000110100110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8396; }

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

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

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

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

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

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

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

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