#AC88A1

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

Shades of Bouquet #AC88A1

Tints of Bouquet #AC88A1

Color information

#AC88A1 (or 0xAC88A1) is unknown color: approx Bouquet. HEX triplet: AC, 88 and A1. RGB value is (172,136,161). Sum of RGB (Red+Green+Blue) = 172+136+161=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC88A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC88A1 is #53775E. Grayscale: #959595. Windows color (decimal): -5470047 or 10586284. OLE color: 10586284.

HSL color Cylindrical-coordinate representation of color #AC88A1: hue angle of 318.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 #AC88A1 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB172136161-
CMYK00.210.060.33
HSL318.33º17.82%60.39%-
HSV(B)318.33º20.93%67.45%-
XYZ32.2528.9537.61-
YUV149.61134.43143.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=36.67%
G=29.00%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213616100.210.060.33318.3317.8260.39
HexAC88A101562113e123c
Octal2542102410256414762274
Binary10101100100010001010000101010111010000110011111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC88A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC88A1; }

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

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

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

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

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

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

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

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