#AC79A0

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

Shades of Bouquet #AC79A0

Tints of Bouquet #AC79A0

Color information

#AC79A0 (or 0xAC79A0) is unknown color: approx Bouquet. HEX triplet: AC, 79 and A0. RGB value is (172,121,160). Sum of RGB (Red+Green+Blue) = 172+121+160=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC79A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC79A0 is #53865F. Grayscale: #8C8C8C. Windows color (decimal): -5473888 or 10516908. OLE color: 10516908.

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

Color convert

RGB172121160-
CMYK00.300.070.33
HSL314.12º23.5%57.45%-
HSV(B)314.12º29.65%67.45%-
XYZ30.224.9836.49-
YUV140.7138.9150.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=37.97%
G=26.71%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212116000.300.070.33314.1223.557.45
HexAC79A001E72113a1839
Octal2541712400367414723071
Binary1010110011110011010000001111011110000110011101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC79A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC79A0; }

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

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

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

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

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

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

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

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