#AC94A7

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

Shades of London Hue #AC94A7

Tints of London Hue #AC94A7

Color information

#AC94A7 (or 0xAC94A7) is unknown color: approx London Hue. HEX triplet: AC, 94 and A7. RGB value is (172,148,167). Sum of RGB (Red+Green+Blue) = 172+148+167=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #AC94A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC94A7 is #536B58. Grayscale: #9D9D9D. Windows color (decimal): -5466969 or 10982572. OLE color: 10982572.

HSL color Cylindrical-coordinate representation of color #AC94A7: hue angle of 312.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC94A7 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB172148167-
CMYK00.140.030.33
HSL312.5º12.63%62.75%-
HSV(B)312.5º13.95%67.45%-
XYZ34.5832.7441.06-
YUV157.34133.45138.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 167 (65.62% from 255) = 34.29%
R=35.32%
G=30.39%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214816700.140.030.33312.512.6362.75
HexAC94A70E321138d3f
Octal2542242470163414701577
Binary10101100100101001010011101110111000011001110001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94A7; }

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

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

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

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

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

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

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

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