#AC769D

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

Shades of Bouquet #AC769D

Tints of Bouquet #AC769D

Color information

#AC769D (or 0xAC769D) is unknown color: approx Bouquet. HEX triplet: AC, 76 and 9D. RGB value is (172,118,157). Sum of RGB (Red+Green+Blue) = 172+118+157=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC769D is #538962. Grayscale: #8A8A8A. Windows color (decimal): -5474659 or 10319532. OLE color: 10319532.

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

Color convert

RGB172118157-
CMYK00.310.090.33
HSL316.67º24.55%56.86%-
HSV(B)316.67º31.4%67.45%-
XYZ29.5824.1635-
YUV138.59138.39151.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=38.48%
G=26.40%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211815700.310.090.33316.6724.5556.86
HexAC769D01F92113d1939
Octal25416623503711414753171
Binary10101100111011010011101011111100110000110011110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC769D; }

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

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

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

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

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

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

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

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