#AC9BA7

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

Shades of London Hue #AC9BA7

Tints of London Hue #AC9BA7

Color information

#AC9BA7 (or 0xAC9BA7) is unknown color: approx London Hue. HEX triplet: AC, 9B and A7. RGB value is (172,155,167). Sum of RGB (Red+Green+Blue) = 172+155+167=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BA7 is #536458. Grayscale: #A1A1A1. Windows color (decimal): -5465177 or 10984364. OLE color: 10984364.

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

Color convert

RGB172155167-
CMYK00.100.030.33
HSL317.65º9.29%64.12%-
HSV(B)317.65º9.88%67.45%-
XYZ35.713541.43-
YUV161.45131.13135.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 167 (65.62% from 255) = 33.81%
R=34.82%
G=31.38%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215516700.100.030.33317.659.2964.12
HexAC9BA70A32113e940
Octal25423324701234147611100
Binary101011001001101110100111010101110000110011111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BA7; }

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

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

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

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

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

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

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

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