#AC869F

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

Shades of Bouquet #AC869F

Tints of Bouquet #AC869F

Color information

#AC869F (or 0xAC869F) is unknown color: approx Bouquet. HEX triplet: AC, 86 and 9F. RGB value is (172,134,159). Sum of RGB (Red+Green+Blue) = 172+134+159=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC869F is #537960. Grayscale: #949494. Windows color (decimal): -5470561 or 10454700. OLE color: 10454700.

HSL color Cylindrical-coordinate representation of color #AC869F: hue angle of 320.53º degrees, saturation: 0.19, 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 #AC869F is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172134159-
CMYK00.220.080.33
HSL320.53º18.63%60%-
HSV(B)320.53º22.09%67.45%-
XYZ31.828.3236.59-
YUV148.21134.09144.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=36.99%
G=28.82%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213415900.220.080.33320.5318.6360
HexAC869F016821141133c
Octal25420623702610415012374
Binary101011001000011010011111010110100010000110100000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC869F; }

 p { color: rgb(172,134,159); }

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

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

 a { background-color: rgb(172,134,159); }

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

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

 span { border-color: rgb(172,134,159); }

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