#AC76A3

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

Shades of Bouquet #AC76A3

Tints of Bouquet #AC76A3

Color information

#AC76A3 (or 0xAC76A3) is unknown color: approx Bouquet. HEX triplet: AC, 76 and A3. RGB value is (172,118,163). Sum of RGB (Red+Green+Blue) = 172+118+163=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC76A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC76A3 is #53895C. Grayscale: #8B8B8B. Windows color (decimal): -5474653 or 10712748. OLE color: 10712748.

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

Color convert

RGB172118163-
CMYK00.310.050.33
HSL310º24.55%56.86%-
HSV(B)310º31.4%67.45%-
XYZ30.124.3737.77-
YUV139.28141.39151.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 163 (64.06% from 255) = 35.98%
R=37.97%
G=26.05%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211816300.310.050.3331024.5556.86
HexAC76A301F5211361939
Octal2541662430375414663171
Binary1010110011101101010001101111110110000110011011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC76A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC76A3; }

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

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

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

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

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

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

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

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