#AC8593

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

Shades of Bouquet #AC8593

Tints of Bouquet #AC8593

Color information

#AC8593 (or 0xAC8593) is unknown color: approx Bouquet. HEX triplet: AC, 85 and 93. RGB value is (172,133,147). Sum of RGB (Red+Green+Blue) = 172+133+147=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8593 is #537A6C. Grayscale: #929292. Windows color (decimal): -5470829 or 9668012. OLE color: 9668012.

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

Color convert

RGB172133147-
CMYK00.230.150.33
HSL338.46º19.02%59.8%-
HSV(B)338.46º22.67%67.45%-
XYZ30.6727.6531.32-
YUV146.26128.42146.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 147 (57.81% from 255) = 32.52%
R=38.05%
G=29.42%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213314700.230.150.33338.4619.0259.8
HexAC8593017F21152133c
Octal25420522302717415222374
Binary101011001000010110010011010111111110000110101001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8593; }

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

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

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

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

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

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

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

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