#AC809F

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

Shades of Bouquet #AC809F

Tints of Bouquet #AC809F

Color information

#AC809F (or 0xAC809F) is unknown color: approx Bouquet. HEX triplet: AC, 80 and 9F. RGB value is (172,128,159). Sum of RGB (Red+Green+Blue) = 172+128+159=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC809F is #537F60. Grayscale: #909090. Windows color (decimal): -5472097 or 10453164. OLE color: 10453164.

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

Color convert

RGB172128159-
CMYK00.260.080.33
HSL317.73º20.95%58.82%-
HSV(B)317.73º25.58%67.45%-
XYZ30.9926.7136.32-
YUV144.69136.08147.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 159 (62.5% from 255) = 34.64%
R=37.47%
G=27.89%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212815900.260.080.33317.7320.9558.82
HexAC809F01A82113e153b
Octal25420023703210414762573
Binary101011001000000010011111011010100010000110011111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC809F; }

 p { color: rgb(172,128,159); }

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

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

 a { background-color: rgb(172,128,159); }

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

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

 span { border-color: rgb(172,128,159); }

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