#AC799F

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

Shades of Bouquet #AC799F

Tints of Bouquet #AC799F

Color information

#AC799F (or 0xAC799F) is unknown color: approx Bouquet. HEX triplet: AC, 79 and 9F. RGB value is (172,121,159). Sum of RGB (Red+Green+Blue) = 172+121+159=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC799F is #538660. Grayscale: #8C8C8C. Windows color (decimal): -5473889 or 10451372. OLE color: 10451372.

HSL color Cylindrical-coordinate representation of color #AC799F: hue angle of 315.29º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC799F is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172121159-
CMYK00.300.080.33
HSL315.29º23.5%57.45%-
HSV(B)315.29º29.65%67.45%-
XYZ30.1124.9536.03-
YUV140.58138.4150.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 121 (47.66% from 255) = 26.77%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=38.05%
G=26.77%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212115900.300.080.33315.2923.557.45
HexAC799F01E82113b1839
Octal25417123703610414733071
Binary10101100111100110011111011110100010000110011101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC799F; }

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

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

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

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

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

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

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

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