#AC8193

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

Shades of Bouquet #AC8193

Tints of Bouquet #AC8193

Color information

#AC8193 (or 0xAC8193) is unknown color: approx Bouquet. HEX triplet: AC, 81 and 93. RGB value is (172,129,147). Sum of RGB (Red+Green+Blue) = 172+129+147=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8193 is #537E6C. Grayscale: #8F8F8F. Windows color (decimal): -5471853 or 9666988. OLE color: 9666988.

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

Color convert

RGB172129147-
CMYK00.250.150.33
HSL334.88º20.57%59.02%-
HSV(B)334.88º25%67.45%-
XYZ30.1326.5831.15-
YUV143.91129.75148.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=38.39%
G=28.79%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212914700.250.150.33334.8820.5759.02
HexAC8193019F2114f153b
Octal25420122303117415172573
Binary101011001000000110010011011001111110000110100111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8193; }

 p { color: rgb(172,129,147); }

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

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

 a { background-color: rgb(172,129,147); }

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

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

 span { border-color: rgb(172,129,147); }

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