#AC8693

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

Shades of Bouquet #AC8693

Tints of Bouquet #AC8693

Color information

#AC8693 (or 0xAC8693) is unknown color: approx Bouquet. HEX triplet: AC, 86 and 93. RGB value is (172,134,147). Sum of RGB (Red+Green+Blue) = 172+134+147=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8693 is #53796C. Grayscale: #929292. Windows color (decimal): -5470573 or 9668268. OLE color: 9668268.

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

Color convert

RGB172134147-
CMYK00.220.150.33
HSL339.47º18.63%60%-
HSV(B)339.47º22.09%67.45%-
XYZ30.827.9331.37-
YUV146.84128.09145.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 147 (57.81% from 255) = 32.45%
R=37.97%
G=29.58%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213414700.220.150.33339.4718.6360
HexAC8693016F21153133c
Octal25420622302617415232374
Binary101011001000011010010011010110111110000110101001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8693; }

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

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

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

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

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

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

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

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