#AC9BA9

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

Shades of London Hue #AC9BA9

Tints of London Hue #AC9BA9

Color information

#AC9BA9 (or 0xAC9BA9) is unknown color: approx London Hue. HEX triplet: AC, 9B and A9. RGB value is (172,155,169). Sum of RGB (Red+Green+Blue) = 172+155+169=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BA9 is #536456. Grayscale: #A1A1A1. Windows color (decimal): -5465175 or 11115436. OLE color: 11115436.

HSL color Cylindrical-coordinate representation of color #AC9BA9: hue angle of 310.59º degrees, saturation: 0.09, 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 #AC9BA9 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB172155169-
CMYK00.100.020.33
HSL310.59º9.29%64.12%-
HSV(B)310.59º9.88%67.45%-
XYZ35.935.0842.41-
YUV161.68132.13135.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.68%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 169 (66.41% from 255) = 34.07%
R=34.68%
G=31.25%
B=34.07%

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
Decimal17215516900.100.020.33310.599.2964.12
HexAC9BA90A221137940
Octal25423325101224146711100
Binary101011001001101110101001010101010000110011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BA9; }

 p { color: rgb(172,155,169); }

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

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

 a { background-color: rgb(172,155,169); }

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

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

 span { border-color: rgb(172,155,169); }

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