#AC8798

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

Shades of Bouquet #AC8798

Tints of Bouquet #AC8798

Color information

#AC8798 (or 0xAC8798) is unknown color: approx Bouquet. HEX triplet: AC, 87 and 98. RGB value is (172,135,152). Sum of RGB (Red+Green+Blue) = 172+135+152=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8798 is #537867. Grayscale: #939393. Windows color (decimal): -5470312 or 9996204. OLE color: 9996204.

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

Color convert

RGB172135152-
CMYK00.220.120.33
HSL332.43º18.23%60.2%-
HSV(B)332.43º21.51%67.45%-
XYZ31.3428.3733.53-
YUV148130.26145.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 152 (59.77% from 255) = 33.12%
R=37.47%
G=29.41%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213515200.220.120.33332.4318.2360.2
HexAC8798016C2114c123c
Octal25420723002614415142274
Binary101011001000011110011000010110110010000110100110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8798; }

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

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

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

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

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

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

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

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