#AC8699

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

Shades of Bouquet #AC8699

Tints of Bouquet #AC8699

Color information

#AC8699 (or 0xAC8699) is unknown color: approx Bouquet. HEX triplet: AC, 86 and 99. RGB value is (172,134,153). Sum of RGB (Red+Green+Blue) = 172+134+153=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8699 is #537966. Grayscale: #939393. Windows color (decimal): -5470567 or 10061484. OLE color: 10061484.

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

Color convert

RGB172134153-
CMYK00.220.110.33
HSL330º18.63%60%-
HSV(B)330º22.09%67.45%-
XYZ31.2928.1233.92-
YUV147.53131.09145.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 134 (52.73% from 255) = 29.19%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=37.47%
G=29.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213415300.220.110.3333018.6360
HexAC8699016B2114a133c
Octal25420623102613415122374
Binary101011001000011010011001010110101110000110100101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8699; }

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

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

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

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

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

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

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

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