#AC92A3

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

Shades of Bouquet #AC92A3

Tints of Bouquet #AC92A3

Color information

#AC92A3 (or 0xAC92A3) is unknown color: approx Bouquet. HEX triplet: AC, 92 and A3. RGB value is (172,146,163). Sum of RGB (Red+Green+Blue) = 172+146+163=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC92A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC92A3 is #536D5C. Grayscale: #9B9B9B. Windows color (decimal): -5467485 or 10719916. OLE color: 10719916.

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

Color convert

RGB172146163-
CMYK00.150.050.33
HSL320.77º13.54%62.35%-
HSV(B)320.77º15.12%67.45%-
XYZ33.931.9739.03-
YUV155.71132.11139.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 163 (64.06% from 255) = 33.89%
R=35.76%
G=30.35%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214616300.150.050.33320.7713.5462.35
HexAC92A30F521141e3e
Octal2542222430175415011676
Binary101011001001001010100011011111011000011010000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC92A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC92A3; }

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

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

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

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

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

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

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

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