#AC8295

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

Shades of Bouquet #AC8295

Tints of Bouquet #AC8295

Color information

#AC8295 (or 0xAC8295) is unknown color: approx Bouquet. HEX triplet: AC, 82 and 95. RGB value is (172,130,149). Sum of RGB (Red+Green+Blue) = 172+130+149=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8295 is #537D6A. Grayscale: #909090. Windows color (decimal): -5471595 or 9798316. OLE color: 9798316.

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

Color convert

RGB172130149-
CMYK00.240.130.33
HSL332.86º20.19%59.22%-
HSV(B)332.86º24.42%67.45%-
XYZ30.4226.9132.02-
YUV144.72130.41147.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=38.14%
G=28.82%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213014900.240.130.33332.8620.1959.22
HexAC8295018D2114d143b
Octal25420222503015415152473
Binary101011001000001010010101011000110110000110100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8295; }

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

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

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

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

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

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

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

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