#AC98AA

Color #AC98AA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AC98AA

Tints of London Hue #AC98AA

Color information

#AC98AA (or 0xAC98AA) is unknown color: approx London Hue. HEX triplet: AC, 98 and AA. RGB value is (172,152,170). Sum of RGB (Red+Green+Blue) = 172+152+170=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #AC98AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC98AA is #536755. Grayscale: #9F9F9F. Windows color (decimal): -5465942 or 11180204. OLE color: 11180204.

HSL color Cylindrical-coordinate representation of color #AC98AA: hue angle of 306º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC98AA is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB172152170-
CMYK00.120.010.33
HSL306º10.75%63.53%-
HSV(B)306º11.63%67.45%-
XYZ35.534.1342.75-
YUV160.03133.63136.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=34.82%
G=30.77%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215217000.120.010.3330610.7563.53
HexAC98AA0C121132b40
Octal25423025201414146213100
Binary10101100100110001010101001100110000110011001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC98AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC98AA; }

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

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

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

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

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

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

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

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