#AC889D

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

Shades of Bouquet #AC889D

Tints of Bouquet #AC889D

Color information

#AC889D (or 0xAC889D) is unknown color: approx Bouquet. HEX triplet: AC, 88 and 9D. RGB value is (172,136,157). Sum of RGB (Red+Green+Blue) = 172+136+157=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC889D is #537762. Grayscale: #959595. Windows color (decimal): -5470051 or 10324140. OLE color: 10324140.

HSL color Cylindrical-coordinate representation of color #AC889D: hue angle of 325º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC889D is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB172136157-
CMYK00.210.090.33
HSL325º17.82%60.39%-
HSV(B)325º20.93%67.45%-
XYZ31.928.8135.78-
YUV149.16132.43144.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 157 (61.72% from 255) = 33.76%
R=36.99%
G=29.25%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213615700.210.090.3332517.8260.39
HexAC889D015921145123c
Octal25421023502511415052274
Binary101011001000100010011101010101100110000110100010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC889D; }

 p { color: rgb(172,136,157); }

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

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

 a { background-color: rgb(172,136,157); }

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

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

 span { border-color: rgb(172,136,157); }

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