#AC8698

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

Shades of Bouquet #AC8698

Tints of Bouquet #AC8698

Color information

#AC8698 (or 0xAC8698) is unknown color: approx Bouquet. HEX triplet: AC, 86 and 98. RGB value is (172,134,152). Sum of RGB (Red+Green+Blue) = 172+134+152=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8698 is #537967. Grayscale: #939393. Windows color (decimal): -5470568 or 9995948. OLE color: 9995948.

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

Color convert

RGB172134152-
CMYK00.220.120.33
HSL331.58º18.63%60%-
HSV(B)331.58º22.09%67.45%-
XYZ31.2128.0933.48-
YUV147.41130.59145.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 134 (52.73% from 255) = 29.26%
BLUE value IS 152 (59.77% from 255) = 33.19%
R=37.55%
G=29.26%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213415200.220.120.33331.5818.6360
HexAC8698016C2114c133c
Octal25420623002614415142374
Binary101011001000011010011000010110110010000110100110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8698; }

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

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

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

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

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

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

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

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