#AC98B4

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

Shades of East Side #AC98B4

Tints of East Side #AC98B4

Color information

#AC98B4 (or 0xAC98B4) is unknown color: approx East Side. HEX triplet: AC, 98 and B4. RGB value is (172,152,180). Sum of RGB (Red+Green+Blue) = 172+152+180=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC98B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98B4 is #53674B. Grayscale: #A1A1A1. Windows color (decimal): -5465932 or 11835564. OLE color: 11835564.

HSL color Cylindrical-coordinate representation of color #AC98B4: hue angle of 282.86º 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 #AC98B4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB172152180-
CMYK0.040.1600.29
HSL282.86º15.73%65.1%-
HSV(B)282.86º15.56%70.59%-
XYZ36.4834.5247.92-
YUV161.17138.63135.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=34.13%
G=30.16%
B=35.71%

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
Decimal1721521800.040.1600.29282.8615.7365.1
HexAC98B441001D11b1041
Octal25423026442003543320101
Binary10101100100110001011010010010000011101100011011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98B4; }

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

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

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

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

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

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

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

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