#AC8595

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

Shades of Bouquet #AC8595

Tints of Bouquet #AC8595

Color information

#AC8595 (or 0xAC8595) is unknown color: approx Bouquet. HEX triplet: AC, 85 and 95. RGB value is (172,133,149). Sum of RGB (Red+Green+Blue) = 172+133+149=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8595 is #537A6A. Grayscale: #929292. Windows color (decimal): -5470827 or 9799084. OLE color: 9799084.

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

Color convert

RGB172133149-
CMYK00.230.130.33
HSL335.38º19.02%59.8%-
HSV(B)335.38º22.67%67.45%-
XYZ30.8327.7232.16-
YUV146.48129.42146.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=37.89%
G=29.30%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213314900.230.130.33335.3819.0259.8
HexAC8595017D2114f133c
Octal25420522502715415172374
Binary101011001000010110010101010111110110000110100111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8595; }

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

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

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

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

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

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

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

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