#AC6E92

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

Shades of Bouquet #AC6E92

Tints of Bouquet #AC6E92

Color information

#AC6E92 (or 0xAC6E92) is unknown color: approx Bouquet. HEX triplet: AC, 6E and 92. RGB value is (172,110,146). Sum of RGB (Red+Green+Blue) = 172+110+146=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6E92 is #53916D. Grayscale: #848484. Windows color (decimal): -5476718 or 9596588. OLE color: 9596588.

HSL color Cylindrical-coordinate representation of color #AC6E92: hue angle of 325.16º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC6E92 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB172110146-
CMYK00.360.150.33
HSL325.16º27.19%55.29%-
HSV(B)325.16º36.05%67.45%-
XYZ27.782229.98-
YUV132.64135.54156.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=40.19%
G=25.70%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211014600.360.150.33325.1627.1955.29
HexAC6E92024F211451b37
Octal25415622204417415053367
Binary101011001101110100100100100100111110000110100010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E92; }

 p { color: rgb(172,110,146); }

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

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

 a { background-color: rgb(172,110,146); }

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

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

 span { border-color: rgb(172,110,146); }

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