#AC859B

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

Shades of Bouquet #AC859B

Tints of Bouquet #AC859B

Color information

#AC859B (or 0xAC859B) is unknown color: approx Bouquet. HEX triplet: AC, 85 and 9B. RGB value is (172,133,155). Sum of RGB (Red+Green+Blue) = 172+133+155=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC859B is #537A64. Grayscale: #939393. Windows color (decimal): -5470821 or 10192300. OLE color: 10192300.

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

Color convert

RGB172133155-
CMYK00.230.100.33
HSL326.15º19.02%59.8%-
HSV(B)326.15º22.67%67.45%-
XYZ31.3227.9134.75-
YUV147.17132.42145.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=37.39%
G=28.91%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213315500.230.100.33326.1519.0259.8
HexAC859B017A21146133c
Octal25420523302712415062374
Binary101011001000010110011011010111101010000110100011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC859B; }

 p { color: rgb(172,133,155); }

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

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

 a { background-color: rgb(172,133,155); }

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

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

 span { border-color: rgb(172,133,155); }

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