#AC859A

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

Shades of Bouquet #AC859A

Tints of Bouquet #AC859A

Color information

#AC859A (or 0xAC859A) is unknown color: approx Bouquet. HEX triplet: AC, 85 and 9A. RGB value is (172,133,154). Sum of RGB (Red+Green+Blue) = 172+133+154=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC859A is #537A65. Grayscale: #939393. Windows color (decimal): -5470822 or 10126764. OLE color: 10126764.

HSL color Cylindrical-coordinate representation of color #AC859A: hue angle of 327.69º 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 #AC859A is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB172133154-
CMYK00.230.100.33
HSL327.69º19.02%59.8%-
HSV(B)327.69º22.67%67.45%-
XYZ31.2327.8834.31-
YUV147.06131.92145.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=37.47%
G=28.98%
B=33.55%

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
Decimal17213315400.230.100.33327.6919.0259.8
HexAC859A017A21148133c
Octal25420523202712415102374
Binary101011001000010110011010010111101010000110100100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC859A; }

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

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

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

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

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

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

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

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