#AC85B8

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

Shades of East Side #AC85B8

Tints of East Side #AC85B8

Color information

#AC85B8 (or 0xAC85B8) is unknown color: approx East Side. HEX triplet: AC, 85 and B8. RGB value is (172,133,184). Sum of RGB (Red+Green+Blue) = 172+133+184=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC85B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85B8 is #537A47. Grayscale: #969696. Windows color (decimal): -5470792 or 12092844. OLE color: 12092844.

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

Color convert

RGB172133184-
CMYK0.070.2800.28
HSL285.88º26.42%62.16%-
HSV(B)285.88º27.72%72.16%-
XYZ34.0529.0149.15-
YUV150.48146.92143.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 184 (72.27% from 255) = 37.63%
R=35.17%
G=27.20%
B=37.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721331840.070.2800.28285.8826.4262.16
HexAC85B871C01C11e1a3e
Octal2542052707340344363276
Binary1010110010000101101110001111110001110010001111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85B8; }

 p { color: rgb(172,133,184); }

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

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

 a { background-color: rgb(172,133,184); }

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

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

 span { border-color: rgb(172,133,184); }

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