#AC8898

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

Shades of Bouquet #AC8898

Tints of Bouquet #AC8898

Color information

#AC8898 (or 0xAC8898) is unknown color: approx Bouquet. HEX triplet: AC, 88 and 98. RGB value is (172,136,152). Sum of RGB (Red+Green+Blue) = 172+136+152=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8898 is #537767. Grayscale: #949494. Windows color (decimal): -5470056 or 9996460. OLE color: 9996460.

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

Color convert

RGB172136152-
CMYK00.210.120.33
HSL333.33º17.82%60.39%-
HSV(B)333.33º20.93%67.45%-
XYZ31.4828.6533.58-
YUV148.59129.93144.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 136 (53.52% from 255) = 29.57%
BLUE value IS 152 (59.77% from 255) = 33.04%
R=37.39%
G=29.57%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213615200.210.120.33333.3317.8260.39
HexAC8898015C2114d123c
Octal25421023002514415152274
Binary101011001000100010011000010101110010000110100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8898; }

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

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

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

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

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

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

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

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