#AC96BE

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

Shades of East Side #AC96BE

Tints of East Side #AC96BE

Color information

#AC96BE (or 0xAC96BE) is unknown color: approx East Side. HEX triplet: AC, 96 and BE. RGB value is (172,150,190). Sum of RGB (Red+Green+Blue) = 172+150+190=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC96BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC96BE is #536941. Grayscale: #A1A1A1. Windows color (decimal): -5466434 or 12490412. OLE color: 12490412.

HSL color Cylindrical-coordinate representation of color #AC96BE: hue angle of 273º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC96BE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172150190-
CMYK0.090.2100.25
HSL273º23.53%66.67%-
HSV(B)273º21.05%74.51%-
XYZ37.2134.353.37-
YUV161.14144.29135.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=33.59%
G=29.30%
B=37.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721501900.090.2100.2527323.5366.67
HexAC96BE9150191111843
Octal254226276112503142130103
Binary101011001001011010111110100110101011001100010001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC96BE; }

 p { color: rgb(172,150,190); }

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

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

 a { background-color: rgb(172,150,190); }

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

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

 span { border-color: rgb(172,150,190); }

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