#AC97B4

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

Shades of East Side #AC97B4

Tints of East Side #AC97B4

Color information

#AC97B4 (or 0xAC97B4) is unknown color: approx East Side. HEX triplet: AC, 97 and B4. RGB value is (172,151,180). Sum of RGB (Red+Green+Blue) = 172+151+180=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC97B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC97B4 is #53684B. Grayscale: #A0A0A0. Windows color (decimal): -5466188 or 11835308. OLE color: 11835308.

HSL color Cylindrical-coordinate representation of color #AC97B4: hue angle of 283.45º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC97B4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172151180-
CMYK0.040.1600.29
HSL283.45º16.2%64.9%-
HSV(B)283.45º16.11%70.59%-
XYZ36.3234.247.87-
YUV160.58138.96136.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=34.19%
G=30.02%
B=35.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721511800.040.1600.29283.4516.264.9
HexAC97B441001D11b1041
Octal25422726442003543320101
Binary10101100100101111011010010010000011101100011011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97B4; }

 p { color: rgb(172,151,180); }

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

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

 a { background-color: rgb(172,151,180); }

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

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

 span { border-color: rgb(172,151,180); }

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