#AC9AA8

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

Shades of London Hue #AC9AA8

Tints of London Hue #AC9AA8

Color information

#AC9AA8 (or 0xAC9AA8) is unknown color: approx London Hue. HEX triplet: AC, 9A and A8. RGB value is (172,154,168). Sum of RGB (Red+Green+Blue) = 172+154+168=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AA8 is #536557. Grayscale: #A0A0A0. Windows color (decimal): -5465432 or 11049644. OLE color: 11049644.

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

Color convert

RGB172154168-
CMYK00.100.020.33
HSL313.33º9.78%63.92%-
HSV(B)313.33º10.47%67.45%-
XYZ35.6434.7141.87-
YUV160.98131.96135.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 168 (66.02% from 255) = 34.01%
R=34.82%
G=31.17%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215416800.100.020.33313.339.7863.92
HexAC9AA80A221139a40
Octal25423225001224147112100
Binary101011001001101010101000010101010000110011100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AA8; }

 p { color: rgb(172,154,168); }

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

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

 a { background-color: rgb(172,154,168); }

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

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

 span { border-color: rgb(172,154,168); }

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