#AC79A1

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

Shades of Bouquet #AC79A1

Tints of Bouquet #AC79A1

Color information

#AC79A1 (or 0xAC79A1) is unknown color: approx Bouquet. HEX triplet: AC, 79 and A1. RGB value is (172,121,161). Sum of RGB (Red+Green+Blue) = 172+121+161=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC79A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC79A1 is #53865E. Grayscale: #8C8C8C. Windows color (decimal): -5473887 or 10582444. OLE color: 10582444.

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

Color convert

RGB172121161-
CMYK00.300.060.33
HSL312.94º23.5%57.45%-
HSV(B)312.94º29.65%67.45%-
XYZ30.2825.0236.95-
YUV140.81139.4150.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 161 (63.28% from 255) = 35.46%
R=37.89%
G=26.65%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212116100.300.060.33312.9423.557.45
HexAC79A101E6211391839
Octal2541712410366414713071
Binary1010110011110011010000101111011010000110011100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC79A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC79A1; }

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

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

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

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

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

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

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

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