#AC90B7

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

Shades of East Side #AC90B7

Tints of East Side #AC90B7

Color information

#AC90B7 (or 0xAC90B7) is unknown color: approx East Side. HEX triplet: AC, 90 and B7. RGB value is (172,144,183). Sum of RGB (Red+Green+Blue) = 172+144+183=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC90B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90B7 is #536F48. Grayscale: #9C9C9C. Windows color (decimal): -5467977 or 12030124. OLE color: 12030124.

HSL color Cylindrical-coordinate representation of color #AC90B7: hue angle of 283.08º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC90B7 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172144183-
CMYK0.060.2100.28
HSL283.08º21.31%64.12%-
HSV(B)283.08º21.31%71.76%-
XYZ35.5332.1449.13-
YUV156.82142.78138.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 144 (56.64% from 255) = 28.86%
BLUE value IS 183 (71.88% from 255) = 36.67%
R=34.47%
G=28.86%
B=36.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721441830.060.2100.28283.0821.3164.12
HexAC90B761501C11b1540
Octal25422026762503443325100
Binary10101100100100001011011111010101011100100011011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90B7; }

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

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

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

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

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

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

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

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