#AC8598

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

Shades of Bouquet #AC8598

Tints of Bouquet #AC8598

Color information

#AC8598 (or 0xAC8598) is unknown color: approx Bouquet. HEX triplet: AC, 85 and 98. RGB value is (172,133,152). Sum of RGB (Red+Green+Blue) = 172+133+152=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8598 is #537A67. Grayscale: #929292. Windows color (decimal): -5470824 or 9995692. OLE color: 9995692.

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

Color convert

RGB172133152-
CMYK00.230.120.33
HSL330.77º19.02%59.8%-
HSV(B)330.77º22.67%67.45%-
XYZ31.0727.8133.44-
YUV146.83130.92145.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 133 (52.34% from 255) = 29.10%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=37.64%
G=29.10%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213315200.230.120.33330.7719.0259.8
HexAC8598017C2114b133c
Octal25420523002714415132374
Binary101011001000010110011000010111110010000110100101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8598; }

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

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

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

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

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

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

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

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