#AC86A0

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

Shades of Bouquet #AC86A0

Tints of Bouquet #AC86A0

Color information

#AC86A0 (or 0xAC86A0) is unknown color: approx Bouquet. HEX triplet: AC, 86 and A0. RGB value is (172,134,160). Sum of RGB (Red+Green+Blue) = 172+134+160=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC86A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC86A0 is #53795F. Grayscale: #949494. Windows color (decimal): -5470560 or 10520236. OLE color: 10520236.

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

Color convert

RGB172134160-
CMYK00.220.070.33
HSL318.95º18.63%60%-
HSV(B)318.95º22.09%67.45%-
XYZ31.8828.3637.05-
YUV148.33134.59144.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=36.91%
G=28.76%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213416000.220.070.33318.9518.6360
HexAC86A001672113f133c
Octal2542062400267414772374
Binary10101100100001101010000001011011110000110011111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC86A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC86A0; }

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

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

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

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

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

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

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

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