#AC90BF

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

Shades of East Side #AC90BF

Tints of East Side #AC90BF

Color information

#AC90BF (or 0xAC90BF) is unknown color: approx East Side. HEX triplet: AC, 90 and BF. RGB value is (172,144,191). Sum of RGB (Red+Green+Blue) = 172+144+191=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90BF is #536F40. Grayscale: #9D9D9D. Windows color (decimal): -5467969 or 12554412. OLE color: 12554412.

HSL color Cylindrical-coordinate representation of color #AC90BF: hue angle of 275.74º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC90BF is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172144191-
CMYK0.100.2500.25
HSL275.74º26.86%65.69%-
HSV(B)275.74º24.61%74.9%-
XYZ36.3932.4853.64-
YUV157.73146.78138.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 191 (75% from 255) = 37.67%
R=33.93%
G=28.40%
B=37.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721441910.100.2500.25275.7426.8665.69
HexAC90BFA190191141b42
Octal254220277123103142433102
Binary101011001001000010111111101011001011001100010100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90BF; }

 p { color: rgb(172,144,191); }

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

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

 a { background-color: rgb(172,144,191); }

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

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

 span { border-color: rgb(172,144,191); }

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